Ben Ashbaugh

Results 432 comments of Ben Ashbaugh

Note, for 3D ND-ranges, the kernel currently requres a 2x3x4 work-group size. This is _probably_ supported by most devices, but it is greater than the minimum required by the spec....

Meh, I just added the checks, they weren't too bad.

Merging as discussed in the November 4th teleconference.

I'll keep this a draft while we determine which of these tests are valid and which aren't.

I'm going to add a couple of additional SVM-related "size is zero" tests: * [x] Calling clSetKernelExecInfo with CL_KERNEL_EXEC_INFO_SVM_PTRS with an empty set of SVM pointers. * This should definitely...

Discussed in the July 8th teleconference. One additional case to add: * [x] Calling clEnqueueSVMFree to asynchronously free a NULL pointer.

Maybe another interesting case? * [x] clEnqueueSVMMigrateMem with a NULL pointer and a size equal to zero.

> clEnqueueSVMMigrateMem with a NULL pointer and a size equal to zero. Observation: All of the implementations I've tested consider this to be an error: `CL_INVALID_VALUE`.

Discussed in the November 4th memory subgroup. * We are going to change these tests to only run when the `cl_khr_unified_svm` extension is supported. This means that shipping implementations remain...