mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 15:19:02 +00:00
Merge branch 'main' into cl_khr_unified_svm
This commit is contained in:
@@ -160,8 +160,8 @@ REGISTER_TEST(svm_enqueue_api)
|
||||
error = clSetUserEventStatus(userEvent, CL_COMPLETE);
|
||||
test_error(error, "clSetUserEventStatus failed");
|
||||
|
||||
cl_uchar *src_ptr;
|
||||
cl_uchar *dst_ptr;
|
||||
cl_uchar *src_ptr = nullptr;
|
||||
cl_uchar *dst_ptr = nullptr;
|
||||
if (test_case.srcAlloc == host)
|
||||
{
|
||||
src_ptr = srcHostData.data();
|
||||
|
||||
Reference in New Issue
Block a user