Ben Ashbaugh

Results 494 comments of Ben Ashbaugh

Probably related to https://github.com/KhronosGroup/OpenCL-CTS/pull/1885?

Removing the "focused review" label until the comments above have been addressed.

Removing "focused review" until the review comments above are addressed, and the merge conflict is resolved.

Merging as discussed in the October 8th teleconference.

If anyone else is running into this problem, you can also enable position independent code on the command line, similar to: ```sh cmake .. -DOPENCL_SDK_BUILD_OPENGL_SAMPLES=1 -DCMAKE_POSITION_INDEPENDENT_CODE=1 ```

Discussed in the August 26th teleconference. We agree that this should be valid, and hence we should have testing for this scenario. Added mobica-backlog.

I had a bit of extra time so I wrote a quick test for clEnqueueNDRangeKernel and clGetKernelSuggestedLocalWorkSizeKHR. I need to clean it up a bit, but I think it will...

Hi, can you please explain your problem in more detail? Can you please also include the full cmake version you are using? You can find this by typing `cmake --version`,...

Hmm, there is an issue with macOS that I am going to need to resolve. Moving to "draft".

Discussed in the April 1st memory subgroup. We are going to split this issue into two: one to track additional device memory type testing (and ideally, removal of the --useDeviceLocal...