llvm
llvm copied to clipboard
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Trying to reuse as much of the `PersistentDeviceCodeCache` as possible. We use the same top cache directory as the regular binary caches, but with a `ext_kernel_compiler` subdirectory and a slightly...
### Describe the bug ``` ******************** Failed Tests (8): SYCL :: Plugin/level_zero_device_free_mem.cpp SYCL :: USM/memops2d/copy2d_dhost_to_shared.cpp SYCL :: USM/memops2d/copy2d_host_to_shared.cpp SYCL :: USM/memops2d/copy2d_shared_to_dhost.cpp SYCL :: USM/memops2d/copy2d_shared_to_host.cpp SYCL :: USM/memops2d/memcpy2d_dhost_to_shared.cpp SYCL :: USM/memops2d/memcpy2d_host_to_shared.cpp...
### Describe the bug char/uchar/short/ushort types in test [read_sampled.cpp](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/bindless_images/read_sampled.cpp) has validation error on DG2 and the difference is 1. If we add int32 type to the test, the test will...
### Is your feature request related to a problem? Please describe This is split from #1191 where folks were confused about which targets are supported by our SYCL implementation and...
This is a follow-up from #14145. Our unit tests have mock classes corresponding to device images and other entries our compiler generates. They are all named using `Ur` prefix, but...
### Describe the bug CI job `Unified Runtime Pre Commit / Adapters (CUDA, UR_CUDA, -u 1001 --privileged --cap-add SYS_ADM` failed and still fails for multiple rerun. - https://github.com/intel/llvm/actions/runs/15703193260/job/44305438571?pr=19009 Failures: ```...
Currently profiling for host tasks is always enabled. Track profiling info only if the submitted queue (where host task is submitted) has profiling enabled.
LLVM: llvm/llvm-project@57500cd6a013a1e438878b04cd4530673ab5533e SPIRV-LLVM-Translator: KhronosGroup/SPIRV-LLVM-Translator@37a91c7eedcb46e7b022833a4b6ec68ac1bbd9c1
We decide to remove sycl device library jit link path, the 1st step is to mark all related driver option as 'deprecated' and cleared all tests using these options.