Jinsong Ji

Results 11 issues of Jinsong Ji

**Describe the bug** https://github.com/intel/llvm/actions/runs/7672516896/job/20913879599 ``` FAIL: SYCL :: Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp (111 of 120) ******************** TEST 'SYCL :: Matrix/XMX8/joint_matrix_bf16_fill_k_cache_unroll.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line...

bug
pdtracker

Community has been trying to turn on non-instrinsic debug-info by default. https://github.com/llvm/llvm-project/commit/5c9f7682b090124d9a8b69f92d3f7c269dca25fc We need to enable support in our SYCL FUSION before we can turn it on by default. These...

enhancement
pdtracker

**Describe the bug** throw-exception-for-out-of-registers-on-kernel-launch.cpp is failing with WW06 pulldown in https://github.com/intel/llvm/pull/12661. https://github.com/intel/llvm/actions/runs/7840195347/job/21394406888 ``` -- Testing: [18](https://github.com/intel/llvm/actions/runs/7840195347/job/21394406888#step:21:19)84 tests, 8 workers -- FAIL: SYCL :: OptionalKernelFeatures/throw-exception-for-out-of-registers-on-kernel-launch.cpp (1437 of 1884) ******************** TEST 'SYCL...

bug

In different version of glibc , we may get `struct` instead of `class`. To avoid noisy failures, we can remove the keyword check here.

We check line numbers in clangd sycl compilation test, this is fragile, as everytime we have sycl header change, we may have to update the test. Use regex to match...

**Describe the bug** In pulldown PR, we are seeing unexpected assertion in llvm-spirv/test/image.ll. This needs further investigation and fix. https://github.com/intel/llvm/pull/10783/commits/32bb25b8849e3fe0c186fa7e03d17892c5db21f5#diff-b38b3325fb1d098b6805ee7a03755167137797af3cd8d621d698c4c5d13a11bf **To Reproduce** Merge https://github.com/intel/llvm/pull/10783, built and run lit test. **Environment...

bug
SPIR-V
confirmed
pdtracker

llvm/llvm-project@1120d8e6f799 Added "-G1" to SPIR/SPRIV datalayout. This is to update downatream code to sync with it. Fix tests and using getAddrSpaceCast instead getBitCast.

device global code conflict with 6e45fa95be9db5318ac7037c673c9b18a48ac5b1 Fix failure: Clang::CodeGenSYCL/device_global.cpp

### Describe the bug See failures in https://github.com/intel/llvm/actions/runs/10483019123 ``` SYCL exception caught: The program was built for 1 devices ... error: invoke_simd has SPMD function as invoke target.Only ESIMD functions...

bug