-
Notifications
You must be signed in to change notification settings - Fork 145
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
Realm: error when compiling with HIP with NVIDIA GPUs #1713
Comments
What versions of Legion and ROCm are you using? Our CI has been passing recently and tests ROCm 5.4.3, 5.6.0, 5.7.1, and 6.0.0. So unless you're building with some newer ROCm version, or some flag we're not testing, I don't see why this should be breaking for you. |
Legion is at the latest version in The same versions of Legion and Rocm do not produce errors on AMD-based systems. |
I missed that you were running on NVIDIA GPUs. To be honest, I have never run HIP on NVIDIA GPUs. @eddy16112 might know more, he was the one who set up that configuration. |
Just a kind reminder of this discussion. |
I think the error is because the version of the hip you are using does not support the conversion of hipJit to CU_Jit anymore. Actually, this piece of code is never used by the hip module. I pushed a fix to disable it. Can you try to patch this commit 477745b31b1bcd3a1b9c1fb172419ccae4ec90e7 ? |
It helps though the following patch is also necessary
|
When I try to compile Realm with HIP support on a machine with Nvidia GPUs, I get the following error
Does anyone have an idea of what is going on?
@elliottslaughter, can you add this issue to #1032?
The text was updated successfully, but these errors were encountered: