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

[CTS] Fix virtual mem enqueue test #1631

Merged
merged 2 commits into from
May 29, 2024

Conversation

npmiller
Copy link
Contributor

urKernelSetArgPointer doesn't take the argument pointer directly, it takes a pointer to the argument pointer.

This fixes a crash in the CTS on CUDA.

@npmiller npmiller requested a review from a team as a code owner May 20, 2024 15:32
@aarongreig
Copy link
Contributor

hopefully this gets fixed by #805 instead, I guess I need to do a match file pass there

@npmiller
Copy link
Contributor Author

Oh you're right I think #805 should fix it, I had a quick look through but missed it!

And yes if you could remove the segfault pattern in that PR that would be good, I believe both CUDA and HIP don't crash anymore.

@npmiller npmiller closed this May 20, 2024
@npmiller
Copy link
Contributor Author

Wait no, it's an enqueue test, so only CUDA should be fine, HIP is still crashing for other reasons, I'll remove the HIP segfault pattern later when all the fixes are merged

@github-actions github-actions bot added the conformance Conformance test suite issues. label May 20, 2024
@npmiller npmiller reopened this May 27, 2024
@npmiller
Copy link
Contributor Author

Re-opening this as there are some issues with #805 so we can merge this first to fix the segfault while we figure out the larger PR.

`urKernelSetArgPointer` doesn't take the argument pointer directly, it
takes a pointer to the argument pointer.

This fixes a crash in the CTS on CUDA.
Updating the match file after fixing segfault
@npmiller npmiller added the ready to merge Added to PR's which are ready to merge label May 28, 2024
@kbenzie kbenzie merged commit 3fca424 into oneapi-src:main May 29, 2024
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues. ready to merge Added to PR's which are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants