We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f22c5 commit 090e803Copy full SHA for 090e803
1 file changed
samples/99_svmfree/main.cpp
@@ -34,7 +34,7 @@ static void test_malloc(cl::Context& context, cl::CommandQueue& queue, cl::Kerne
34
CL_MEM_READ_WRITE,
35
count * sizeof(int),
36
0);
37
-
+
38
kernel.setArg(0, ptr);
39
kernel.setArg(1, kernelOperationsCount);
40
0 commit comments