-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 CUDA @intrinsic
use
#6971
Fix CUDA @intrinsic
use
#6971
Conversation
As title. The CUDA dispatcher needs a target description as the `@intrinsic` function templates query it. Fixes numba#6970
@sklam this fixes mainline for the CUDA target. |
Also CC @gmarkall as code owner. |
Buildfarm ID: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the CUDA tests locally for me.
Buildfarm passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch!
The CI failure will be fixed by #6966 |
As title. The CUDA dispatcher needs a target description as the
@intrinsic
function templates query it.Fixes #6970