Ben Ashbaugh

Results 189 issues of Ben Ashbaugh

See discussion: https://github.com/KhronosGroup/OpenCL-CTS/pull/2110#discussion_r1887957529 We should switch this test to in-order queues (instead of out-of-order queues) so it can run on more devices.

mobica-backlog

This PR includes initial testing for the SPV_EXT_optnone extension. I'll keep this PR as a draft while we work out how to check whether the SPV_EXT_optnone extension is supported.

This PR includes initial testing for the SPV_EXT_arithmetic_fence extension. This test works by performing the calculation `big + small - big`, where `big` is a large floating-point number and `small`...

When adding tests for "unified SVM" Ewan asked whether the new tests should be added in their own suite and in a new test executable: https://github.com/KhronosGroup/OpenCL-CTS/pull/2174#pullrequestreview-2494876321 We also have tests...

This PR fixes the platform extensions test to behave the way I expect it should behave. See discussion: https://github.com/KhronosGroup/OpenCL-Docs/issues/1287 * If an extension is reported in `CL_PLATFORM_EXTENSIONS` then it should...

This issue tracks work on a test plan for the unified SVM extension. See: https://github.com/KhronosGroup/OpenCL-Docs/pull/1282

See discussion: https://github.com/KhronosGroup/OpenCL-Docs/issues/1203 Test whether `clCreateProgramWithBinary` properly sets (or does not set?) `binary_status[i]` in the following cases: 1. `binares[i] == NULL` 2. `lengths[i] == 0`

mobica-backlog

I'm creating this issue to track possible improvements to the work group scan and reduce tests: 1. There is a lot of code duplication between tests. Each operation is in...

missing-coverage
mobica-backlog

Found as part of the SPIR-V 1.4 testing - #2120: we do not seem to have any testing for OpSpecConstantOp.

missing-coverage

We should rethink how to test: rethink test_cl_khr_command_buffer command_buffer_wait_for_sec_command_buffer The current test has no data dependency between the two command-buffers, so I don't believe the current test is testing what...