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
While working on #1977 (which adds device-side debug flags) I discovered that CUDA <= 11.6 will fail to compile kernels in debug mode. Example (from here):
The host compiler doesn't matter, this occurs across gcc and clang and for different versions of both. As this seems to be resolved for CUDA >= 11.7 this issue serves as documentation so we can link to something in our README.md.
The text was updated successfully, but these errors were encountered:
While working on #1977 (which adds device-side debug flags) I discovered that CUDA <= 11.6 will fail to compile kernels in debug mode. Example (from here):
The host compiler doesn't matter, this occurs across gcc and clang and for different versions of both. As this seems to be resolved for CUDA >= 11.7 this issue serves as documentation so we can link to something in our
README.md
.The text was updated successfully, but these errors were encountered: