Ben Ashbaugh

Results 189 issues of Ben Ashbaugh

## Observed Behavior A few warnings have crept into the MacOS builds. We should fix these: ``` /Users/runner/work/opencl-intercept-layer/opencl-intercept-layer/intercept/src/intercept.cpp:10290:21: warning: variable 'nameSize' set but not used [-Wunused-but-set-variable] size_t nameSize = 0;...

We are removing the automated formatting checks before merging CI/CD changes in other repos, see for example: https://github.com/KhronosGroup/OpenCL-CLHPP/pull/262/commits/94eb4dfbd742afe0f36b29c9e562a2e479a0f784. But, we've already merged the CI/CD changes for this repo, so this...

The copyright dates on the files in this repo are quite out-of-date in some cases. We should update them to 2024. This can probably be done with a script, or...

The table title for: > Table 58. Summary of command-buffer creation configurations, for the [cl_khr_command_buffer_multi_device](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#cl_khr_command_buffer_multi_device) extension ... is rendering incorrectly in the HTML spec, at least for the version of...

cl_khr_command_buffer

The OpenCL SPIR-V environment spec should clarify which operand types are valid for the printf extended instruction, likely based on the printf format specifier for that operand. For reference, the...

There is a typo (probably a copy-paste error) in the description for clReImportSemaphoreSyncFdKHR, where the name of the function is listed as clGetSemaphoreHandleForTypeKHR instead of clReImportSemaphoreSyncFdKHR. > clGetSemaphoreHandleForTypeKHR returns [CL_SUCCESS](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#CL_SUCCESS)...

Please merge an update to the cl_intel_subgroup_matrix_multiply_accumulate extension. Note that this update explicitly is NOT updating the extension version. The new functions described in this update are already in drivers...

I think the behavior for semaphore signal and wait operations in out-of-order queues is slightly under-specified and could be improved. For example, the current description for [clEnqueueWaitSemaphoresKHR ](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_API.html#_waiting_on_and_signaling_semaphores) says: >...

needs-cts-coverage

gen_extension_attribs.py accepts a text file of enums, APIs, and types added by an extension and generates asciidoctor attributes for them. This is useful when authoring EXT or vendor-specific extensions. gen_feature_dict.py...

The semaphore tests (for the `cl_khr_semaphore` extension) currently require an implementation of the function `clGetSemaphoreHandleForTypeKHR`, but this function is part of `cl_khr_external_semaphore` and is not part of `cl_khr_semaphore`. Therefore, an...

bug
mobica-backlog