Wu Yingcong
Wu Yingcong
Cuda: ``` Failed Tests (1): SYCL :: bindless_images/array/read_write_unsampled_array.cpp ``` Linux Intel Gen12 ``` Failed Tests (9): SYCL :: AddressSanitizer/out-of-bounds/DeviceGlobal/device_global.cpp SYCL :: AddressSanitizer/out-of-bounds/DeviceGlobal/device_global_image_scope.cpp SYCL :: AddressSanitizer/out-of-bounds/DeviceGlobal/device_global_image_scope_unaligned.cpp SYCL :: AddressSanitizer/out-of-bounds/DeviceGlobal/multi_device_images.cpp SYCL ::...
Hi @wenju-he , @zhaomaosu , @AllanZyne please help reivew this PR first, thank you.
Hi @pbalcer, could we get this PR into the merge pipeline now?
> Do we need to add some conformance tests? Yang has asked me about this, but I can't think of anything meaningful. Do you have some ideas for adding tests...
I will continue to work on adding some tests for the API. In the meanwhile, please review the API implementation.
I checked out the L0 failures in the CI and tried to reproduce them locally. I did manage to reproduce the failure in local env, but then I checked out...
Hi all, I have add some tests to the CTS for the new API, please help review the PR, thank you!
Hi @kbenzie , are those L0 failures known? I try to reproduce the problem in my local but I get some more errors even with the main branch. ``` 40%...
Okay, I will keep looking into the problems then. But it is hard for me to identify the problem with the main branch also reporting many errors. So the `1.3.26241.22`...
Yeah! I changed the driver to `1.3.26241.14` and the main branch passed the test without any problems. And I can reproduce the failure now. Thank you @lukaszstolarczuk.