-
Notifications
You must be signed in to change notification settings - Fork 769
[CUDA] illegal memory access from cuda_piEnqueueMemBufferRead #1473
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
Comments
Could you please show the program for me to verify ? |
Did you try with My guess is that this is due to USM relying on Maybe there is a way to get the backend from Context instead? |
@hiaselhans : is |
it's an environment variable at run-time. like in GetStarted.
:) |
@hiaselhans : setting the env var |
BTW, I am compiling with
|
@cgleggett i think this issue is resolved by #1490 |
@hiaselhans : looks good. thanks! |
@cgleggett perfect! So: i guess you can close this issue? :) |
I'm now seeing this error:
the stack trace is:
this is with some test code that's run fine with all other previous versions of dpcpp. It fails with commit hash ee21d66 . The previous version that I tested it with was from 03/24
The text was updated successfully, but these errors were encountered: