mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 07:09:03 +00:00
clean up unified SVM memory fill test (#2518)
Removes unused code from the unified SVM memory fill test. Adds an informational message when a unified SVM capability combination is skipped for memcpy and memfill.
This commit is contained in:
@@ -174,10 +174,14 @@ struct UnifiedSVMOPs : UnifiedSVMBase
|
||||
"type %u\n",
|
||||
src_ti, dst_ti);
|
||||
err = test_svm_memcpy(src_ti, dst_ti);
|
||||
if (CL_SUCCESS != err)
|
||||
{
|
||||
return err;
|
||||
}
|
||||
test_error(err, "test_svm_memcpy failed");
|
||||
}
|
||||
else
|
||||
{
|
||||
log_info(
|
||||
" skipping clEnqueueSVMMemcpy() SVM type %u -> SVM "
|
||||
"type %u\n",
|
||||
src_ti, dst_ti);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user