Skip to content
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

Release 0.56 branch: Fix overloads with target="generic" for CUDA #8570

Merged
merged 1 commit into from Nov 2, 2022

Commits on Nov 2, 2022

  1. Fix overloads with target="generic" for CUDA

    As identified in numba#8271, the CUDA target needs to be set as the target at
    the bottom of the call stack, otherwise overloads for the generic target
    cannot be resolved. This is required so that the fix applied in numba#8562
    (using the generic target for `ol_compatible_view` from numba#8537) actually
    works.
    gmarkall committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4c4e319 View commit details
    Browse the repository at this point in the history