Skip to content

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 npmiller force-pushed the fix-virtual-mem-cts branch from aa2675e to a5d4a6a Compare May 27, 2024 15:44
@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.

npmiller added 2 commits May 28, 2024 16:01
`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 force-pushed the fix-virtual-mem-cts branch from a5d4a6a to 1a96444 Compare May 28, 2024 15:04
@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
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