Alexey Bader
Alexey Bader
Following 7 tests are failing due to issues related to opaque pointers support. See https://github.com/intel/llvm/pull/9828. ~sycl/test-e2e/BFloat16/bfloat16_conversions.cpp~ Enabled by https://github.com/intel/llvm/pull/13695. ~sycl/test-e2e/BFloat16/bfloat16_type.cpp~ Enabled by https://github.com/intel/llvm/pull/13695. sycl/test-e2e/BFloat16/bfloat16_vec.cpp ~sycl/test-e2e/DeviceLib/string_test.cpp~ Enabled by https://github.com/intel/llvm/pull/13695. ~sycl/test-e2e/ESIMD/ext_math.cpp~ Fixed...
Here are a few recent instances of the issue: From https://github.com/intel/llvm/actions/runs/19648366951/job/56277321685 for https://github.com/intel/llvm/pull/20675 > Test d:\github\_work\llvm\llvm\install\bin\filecheck.exe hung! > Test d:\github\_work\llvm\llvm\build-e2e\enqueuefunctions\output\mem_advise.cpp.tmp.out hung! > Error: Process completed with exit code 1. From...
https://github.com/intel/llvm/blob/8ab28e0d43a0d9bdff7210b39d04b891676009ee/sycl/test/check_device_code/extensions/properties/properties_cache_control.cpp#L61-L71 This code is supposed to check cache hints for load operation, but test only does one store. The same issue exists in other "read" checks. All checks in this...