-
Notifications
You must be signed in to change notification settings - Fork 573
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
Sacado: Build failures with cuda 11.4 #10342
Comments
With an updated Trilinos-dev, there is no file Trilinos/cmake/std/PullRequestLinuxCuda11.4.2uvmOffTestingSettings.cmake. Has it been committed to the repo? |
@etphipp Thanks for looking into this. That file is on a branch and not ready to be committed. I have done some more testing and am able to reproduce this on develop by setting my environment with:
and configuring with:
|
@etphipp do the instructions above help to reproduce? |
Hi @etphipp, do you have a status on this? This issue seems to be the next hurdle in getting cuda build going. Thanks! |
Yes I was finally able to reproduce it. I'm at a loss as to the fix though, or why this hasn't come up in other Cuda builds. @ndellingwood, do you have any thoughts? |
After some googling, I appear to have come across the solution. According to this: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#const-variables, we cannot be taking the reference of
Passing |
@etphipp I'm not sure though this showed up somewhere else (can't recall at the moment though I'll add a link once I track it). I'm guessing that even though it is not supported it just happened to work until the more recent releases of Cuda |
This might be related (as in underlying Cuda issues with taking reference of variable in device code showing with cuda/11), though a runtime issue rather than compilation issue kokkos/kokkos-kernels#1373 (comment)? |
This issue has had no activity for 365 days and is marked for closure. It will be closed after an additional 30 days of inactivity. |
This issue was closed due to inactivity for 395 days. |
Bug Report
@trilinos/sacado
@jwillenbring
@e10harvey
Description
building the trilinos cuda PR configuration with cuda 11.4 has build failures in sacado
see this build on cdash
I am seeing he same failures when run on the sems gpu machine and on the weaver dev queue
Steps to Reproduce
sems-son-rhel7-gpu-01
orsems-srn-rhel7-gpu-01
Environment
configure
Build log
The text was updated successfully, but these errors were encountered: