You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usingclEnqueueSVMMemFill
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.The text was updated successfully, but these errors were encountered: