Colin Davidson

Results 7 issues of Colin Davidson

### Describe the bug Multiple sycl cts tests fail to build with the error :` InvalidBitWidth: Invalid bit width in input:`. These tests include: ` test_group_functions test_vector_api test_reduction test_vector_swizzles `...

bug

#### Description This fixes CL_DEVICE_TYPE_ALL to be passed correctly to OpenCL backend by changing the immediate for CL_DEVICE_TYPE_ALL to be have the suffix 'L' which avoids the sign extension and...

OpenCL
fix

On oneapi-construction-kit/refsi we support USM but not Host Allocs. The workaround for odd sizes of pattern_size calls clHostMemAllocINTEL_fn which refsi does not support, and likely many implementations won't. refsi does...

bug
opencl

Native CPU was not setting UR_DEVICE_INFO_MAX_WORK_GROUP_SIZE and therefore failing some SYCL CTS tests. This sets it to the same as the max workgroup size.

conformance
ready to merge
native-cpu

Last pulldown from llvm (2f5b08) breaks the current ock pull. Update to latest where llvm usage matches.

In copyParticleVault_d2h() the memcpy into a local variable did not have a wait after it. This meant it may not be complete by the time it is used as an...

We need to investigate and track the UNSUPPORTED and XFAIL list for native cpu to decide whether they really should be unsupported and mark them as appropriate. This will be...

bug
native-cpu