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

clEnqueueSVMMemFill is not properly tested #2201

Open
karolherbst opened this issue Dec 23, 2024 · 0 comments
Open

clEnqueueSVMMemFill is not properly tested #2201

karolherbst opened this issue Dec 23, 2024 · 0 comments

Comments

@karolherbst
Copy link
Contributor

I just noticed today, that when the implementation of clEnqueueSVMMemFill is doing nothing it can make the CTS pass. I suspect this is usually only the case when allocated memory is zeroed by the OS (host memory or GPUs with unified memory). The tests using clEnqueueSVMMemFill seem to only compare between two allocations, but not to what's expected from the tests perspective. "svm_enqueue_api" is one of the tests impacted by this, "svm_migrate" might be as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant