-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add workaround for ambiguous complex multiplication overloads in HIP in larft.cu
#1241
Conversation
dffffa4
to
5b6fe1d
Compare
cscs-ci run |
This is not ready for merging since it depends on #1240 which needs some cleanup. It's ready for review though (the last commit is the only new change in this PR). This implements the most minimal workaround for the issue. On #1240 the ROCm 6.0.2 pipeline fails with the error reported in #1239 (https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/4700071344751697/7514005670787789/-/jobs/8655570191#L231). On this PR the pipeline passes. The ROCm 6.2.4 pipeline fails on both this and #1240, and I would suggest skipping it at least for the 0.7.1 patch release (#1240 (comment)). |
5b6fe1d
to
8537157
Compare
cscs-ci run |
8537157
to
9de23a3
Compare
cscs-ci run |
With #1240 merged, this PR fixes the build error on the new CI configuration: https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/4700071344751697/7514005670787789/-/jobs/8672697339. |
… HIP in `larft.cu` (#1241)
No description provided.