-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Enable Werror for TI_WITH_CUDA_TOOLKIT=ON #5133
Comments
this is possible to fix in code. IIUC, the cupti source code is copied into our repo and we can just eliminate warning in the source. |
feisuzhu
added a commit
to feisuzhu/taichi
that referenced
this issue
Jun 21, 2022
feisuzhu
added a commit
to feisuzhu/taichi
that referenced
this issue
Jun 23, 2022
qiao-bo
pushed a commit
that referenced
this issue
Jun 23, 2022
Repository owner
moved this from In Progress
to Done
in Taichi Lang
Jun 24, 2022
issue irrelevant now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Performance benchmark job now uses gcc instead of clang-10 as host compiler. One blocker of moving to clang-10 is that we need to enable Werror when TI_WITH_CUDA_TOOLKIT is on. Once it's fixed we should use clang-10 for perf benchmark job as well.
The text was updated successfully, but these errors were encountered: