-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
correctness/atomics.cpp fails with CUDAVectorize engine #4554
Labels
Comments
Relatedly, this seems to be failing windows buildbots as well. |
Since #4628 landed, I wonder if these tests work again? Halide/test/correctness/atomics.cpp Lines 1249 to 1255 in 26ebef3
|
alexreinking
added a commit
that referenced
this issue
Sep 20, 2020
alexreinking
added a commit
that referenced
this issue
Sep 21, 2020
alexreinking
added a commit
that referenced
this issue
Sep 21, 2020
alexreinking
added a commit
that referenced
this issue
Oct 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running correctness/atomics.cpp with cuda enabled, llvm 9.0.1, and using the CMake build, the following happens:
The CMake build is necessary because it defines LLVM_VERSION=90, whereas the Makefile doesn't.
HL_[JIT_]TARGET=x86-64-linux-cuda
The text was updated successfully, but these errors were encountered: