-
Notifications
You must be signed in to change notification settings - Fork 34
fix rocm-6.4.0 build #108
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
fix rocm-6.4.0 build #108
Conversation
add rocm-cmake since device library now depends on it.
The log shows: This is supposed to install clang-rocm 6.4.0 to /opt/compiler-explorer/clang-rocm-6.4.0, but it seems not. |
|
Unfortunately it seems clang-rocm-6.4.0 fails to build: https://github.com/compiler-explorer/infra/actions/runs/14697053906/job/41240138790 |
It depends on compiler-explorer/clang-builder#88 Without compiler-explorer/clang-builder#88, the following patch is missing: then there will be the compilation error about |
add rocm-cmake since device library now depends on it.