Ben Ashbaugh
Ben Ashbaugh
proposed fix for #1211 Describes the mapping between printf format string format specifiers and supported printf source operand types.
Fixes #770 Clarifies that the cl_mem_flags for the source and destination memory objects for copies are ignored, for both commands enqueued into a command-queue and commands recorded into a command-buffer.
See review comment: https://github.com/KhronosGroup/OpenCL-CTS/pull/2041#discussion_r1724790832 The test names and SPIR-V asm filenames for the "no integer wrap decoration" tests are "fadd", "fsub", etc., which implies that they're testing floating-point operations, but...
This PR adds targeted testing for SPIR-V 1.4 features. Specifically, this PR adds testing for the NoSignedWrap and NoUnsignedWrap decorations. We can reuse large parts of the testing for the...
This PR adds targeted testing for the SPIR-V 1.4 instructions OpPtrEqual, OpPtrNotEqual, and OpPtrDiff.
This PR adds targeted testing for more SPIR-V 1.4 features. Specifically, this PR adds testing for OpDecorateString, OpMemberDecorateString, and the UserSemantic decoration.
This PR adds targeted testing for SPIR-V 1.4 features. Specifically, this PR adds testing for: 1. The new Image Operand for SignExtend and ZeroExtend. 2. The new Loop Controls MinIterations,...
Please publish the extension cl_intel_subgroup_buffer_prefetch. The asciidoc source for this extension was added with https://github.com/KhronosGroup/OpenCL-Docs/pull/1195. Note, this extension assigns number 85 since number 84 is assigned in #157, therefore this...
Please publish the extension cl_intel_subgroup_local_block_io. The asciidoc source for this extension was added with https://github.com/KhronosGroup/OpenCL-Docs/pull/1028.
## Description of Changes On Windows, if the child thread to replace functions cannot be created, we should still continue, since loading the intercept layer OpenCL.dll in the child process...