You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run bazel run --cuda //examples:hello_cuda, it fails with the following error
gcc-8: error: unrecognized command line option '-Wthread-safety'; did you mean '-fthread-jumps'?
gcc-8: error: unrecognized command line option '-Wself-assign'; did you mean '-Wcast-align'?
gcc-8: error: unrecognized command line option '-fcolor-diagnostics'
These seem to be clang option, not gcc's.
The text was updated successfully, but these errors were encountered:
When I run
bazel run --cuda //examples:hello_cuda
, it fails with the following errorgcc-8: error: unrecognized command line option '-Wthread-safety'; did you mean '-fthread-jumps'?
gcc-8: error: unrecognized command line option '-Wself-assign'; did you mean '-Wcast-align'?
gcc-8: error: unrecognized command line option '-fcolor-diagnostics'
These seem to be clang option, not gcc's.
The text was updated successfully, but these errors were encountered: