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

Improve the error report of gdrcopy_pplat when the CUDA kernel cannot be launched #289

Open
pakmarkthub opened this issue Jan 5, 2024 · 0 comments
Assignees

Comments

@pakmarkthub
Copy link
Collaborator

gdrcopy_pplat may be compiled with one CUDA TK but run with a different version. Although the CUDA JIT compiler should take care of converting PTX to the target version, it fails in some situations. Currently we get the following error, which is indistinguishable from other errors.

...
CPU does gdr_copy_to_mapping and GPU writes back via cuMemHostAlloc'd buffer.
Running 1000 iterations with data size 4 bytes.
Assertion "(cuStreamQuery(0)) == (CUDA_ERROR_NOT_READY)" failed at pplat.cu:257
@pakmarkthub pakmarkthub self-assigned this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant