llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

Results 962 llvm issues
Sort by recently updated
recently updated
newest added

As brought up by [this comment](https://github.com/intel/llvm/pull/15057#issuecomment-2288552823) some of the xpti samples are still using the old `sycl.pi` and `sycl.pi.debug` streams. These samples will need to be updated to use the...

### Describe the bug The test sycl/test-e2e/Basic/buffer/subbuffer.cpp fails in OpenCL on Gen12 GPU with: ``` env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/buffer/Output/subbuffer.cpp.tmp.out # executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/buffer/Output/subbuffer.cpp.tmp.out # .---command stdout------------ # | buffer...

bug
confirmed

Split fpga AOC tests fpga-aoc-archive and fpga-aoc-archive-early to address random timeouts even after the initial split in commit 4af4d4b. This update further divides the tests into smaller units to minimize...

Initial implementation of the experimental extension for graph fusion. LevelZero backend is fully supported, CUDA backend with restrictions. Graph fusion also supports USM internalization. The extension specification has been updated...

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...

bug
confirmed

### Describe the bug This issue was initially reported in https://github.com/oneapi-src/oneDNN/issues/2035 Investigation shows that attempt to build a SYCL program with --fsycl-host-compiler option fails with "error: ‘KernelInfoData’ is not a...

bug

_Note: This patch is based on [15048](https://github.com/intel/llvm/pull/15048) (Not merged yet) and links against the final resulting bitcode library that is created through that patch_ Use the `-mlink-builtin-bitcode` flag to link...

Add explicit waits in the test to avoid freeing USM allocations before all commands finish.