Artur Gainullin

Results 28 comments of Artur Gainullin

SYCL 2020 recommend that new codes refrain from using this feature, so it is not planned to fix this bug.

@uditagarwal97 Could you please take a look at post-commit failures: https://github.com/intel/llvm/actions/runs/11468699849/job/31915329901 ******************** Failed Tests (2): SYCL :: Compression/compression.cpp SYCL :: Compression/compression_multiple_tu.cpp On AMD/HIP

Fixed by @ayylol in https://github.com/intel/llvm/pull/15226 and https://github.com/intel/llvm/pull/15234

We are not allowed to break ABI outside of the window, is it possible to guard the breaking changes with __INTEL_PREVIEW_BREAKING_CHANGES macro?

@omarahmed1111 @Seanst98 I'm very sorry, I completely missed that this is an experimental extension which has been just recently implemented (so, as far as I understand it hasn't even made...

@cperkinsintel Could you please take a look at post-commit failure on gen12 and arc: ******************** Failed Tests (1): SYCL :: KernelCompiler/kernel_compiler_sycl.cpp https://github.com/intel/llvm/actions/runs/11634776354/job/32403188036 https://github.com/intel/llvm/actions/runs/11634776354/job/32403188263

> Why is there no test change for this? We're supposed to have a test for the C++11 ABI-related things... We have a test https://github.com/intel/llvm/blob/sycl/sycl/test/abi/sycl_abi_neutrality_test.cpp#L25 which covers this symbol but...