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 trying to manually build the repository, you might receive a cryptic error stating "CMakeCUDACompilerId.cu" failed.
The rest of the error looks like this:. This is related to CUDA being incompatable with glibc 2.41. The solution to this issue can be found at this link here. Just wanted to pass this along to the broader community!
Note: This is not related to #10388; the output of the error in this instance is 2, not 1 - which is unrelated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to manually build the repository, you might receive a cryptic error stating
"CMakeCUDACompilerId.cu" failed.
The rest of the error looks like this:. This is related to CUDA being incompatable with glibc 2.41. The solution to this issue can be found at this link here. Just wanted to pass this along to the broader community!
Note: This is not related to #10388; the output of the error in this instance is
2
, not1
- which is unrelated.Beta Was this translation helpful? Give feedback.
All reactions