We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling a cuda_library with rdc = True and clang gives me this error
bazel-out/k8-fastbuild/bin/sxt/algorithm/reduction/_dlink_pic/warp_reduction/warp_reduction.cu:26:10: fatal error: 'crt/host_defines.h' file not found 26 | #include "crt/host_defines.h" | ^~~~~~~~~~~~~~~~~~~~ 1 error generated.
I was able to work around the issue with --spawn_strategy local
--spawn_strategy local
bazel build --spawn_strategy local //...
The text was updated successfully, but these errors were encountered:
Looks like this is fixed in #159
Sorry, something went wrong.
No branches or pull requests
Compiling a cuda_library with rdc = True and clang gives me this error
I was able to work around the issue with
--spawn_strategy local
The text was updated successfully, but these errors were encountered: