-
Notifications
You must be signed in to change notification settings - Fork 33
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
Can't reuse dpex.func
device functions with different signatures
#867
Comments
The cache in #877 looks like it's working. I've checked that there are cache hits here
I have another issue but I don't think it's related to #877 since I checked for cache hit and misses. My user code works fine with |
Which kernels are running slow and outputting wrong values? |
This used to work with
numba_dpex<=0.18.1
but fails with>=0.19
:with
numba_dpex>=0.19
this snippet gives the following exception:There's a workaround that consists in ensuring that in both kernels the device function is at different memory locations with a different name, e.g.:
The text was updated successfully, but these errors were encountered: