-
Notifications
You must be signed in to change notification settings - Fork 5
Removes find(cuda_toolkit) and warning fix
#487
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
Conversation
|
Unfortunately that |
|
|
@jeff-cohere @mjschmidt271 on pm-gpu, we only need to add |
|
Ah, okay! Thanks @odiazib . I think this means that the |
|
And, of course, if we don't need the offending line, that's even easier. :-) |
|
Thank you for the feedback! To recap, @odiazib, does this work without |
Yes, we only need |
This removes the
find(cuda_toolkit)call fromcmake/haero.cmake.inthat was failing and crashing builds in the AT2 container.@odiazib Was this explicitly required for your pm-gpu builds? Would you mind running a quick test from this branch? I haven't run on PM for a while so I haven't gotten my environment solved yet
Similarly to the PR in Skywalker, this also adds a tiny fix for a cmake dev warning about
project()andenable_language()