User Details
- User Since
- Oct 12 2019, 11:44 AM (181 w, 2 h)
Thu, Mar 30
It looks like the two platforms are using different sleep duration? Other than that, LGTM.
Tue, Mar 28
I think it's better to guard the entire related code with macro.
Fri, Mar 24
Sure
Thu, Mar 23
Does it have to be sys? Does gl (kernel level) work?
LG
Do we support in reduction yet?
Mon, Mar 20
Wed, Mar 15
Looks reasonable to me.
Mon, Mar 13
Thu, Mar 9
Mar 1 2023
Feb 27 2023
LG
Can you update the patch with context?
LG
Feb 25 2023
Only llvm/test/Transforms/OpenMP/spmdization_constant_prop.ll is left.
update tests in LLVM
Feb 24 2023
differentiate between no callback and unknown value
Feb 23 2023
Feb 22 2023
I think this looks reasonable to me. @jdoerfert WDYT? I'm not sure if you need to fix some clang tests. Let's see if Buildbot is happy.
rebase and fix comments
Feb 21 2023
Pass two benchmarks: XSBench and RSBench.
The patch will break the old plugins as well. I'm wondering we might want to land it after D142820.
rebase, update tests, fix comments
update
remove hash
Feb 20 2023
I prefer to follow established convention.
Feb 18 2023
unify check prefix(es)
Feb 17 2023
fix the WA, rebase, and update some tests
Seems like the schedule is the end of Feb. I'll update the patch properly by then.
rebase and fix comments
Feb 14 2023
LG
Feb 12 2023
LGTM
Feb 11 2023
FWIW, there are methods in CMake to check if features (such as if a struct contains specific data member, or if a library contains APIs). I think that would be the right way to fix the issue.
Feb 9 2023
I don't know about the specific assembly but I assume it can fix the issue.
Feb 7 2023
Our Sema can support it but CodeGen doesn't. Here we want to error it out instead of "silently" pass if assertion is disabled.
Can you add a test please?
Feb 6 2023
Can you update the patch with context?
Feb 3 2023
Feb 2 2023
The build of plugins don't need device runtime right? We set dependences in CMake for build and test running only.
Is it feasible to test it somehow? I doubt the regular way to invoke tests can work with WASM.
I don't understand why a host library depends on a device library?
LG, thanks!
Feb 1 2023
rebase
LG
Jan 31 2023
Jan 30 2023
We have seen a couple of reports bout the new APIs introduced in this patch, such as https://github.com/llvm/llvm-project/issues/60393 and https://github.com/llvm/llvm-project/issues/58472. Can you please fix it? We have the issue in both LLVM 15 and 16 now.
Jan 29 2023
LGTM
Jan 28 2023
rebase and fix bugs
fix test line again
optimize run lines
fix typo
rebase and fix bugs