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

### Describe the bug We have started to observe flaky behavior in a workflow on the CUTLASS SYCL repository. The workflow in question uses nightly builds of DPC++, the first...

bug
unified-runtime
level-zero

This fixes an issue for cases where the kernel depends on events coming from the scheduler (host task events or unenqueued commands). The logic in `submit_impl` for calculating `noLastEventPath` did...

### Describe the bug ``` FAIL: SYCL :: Graph/RecordReplay/host_task2_multiple_roots.cpp (749 of 2405) ******************** TEST 'SYCL :: Graph/RecordReplay/host_task2_multiple_roots.cpp' FAILED ******************** Exit Code: -11 Command Output (stdout): -- # RUN: at line...

bug
confirmed
sycl-graph
level-zero

This commit implements the functionality for loading SYCLBIN files into kernel bundles. This is done by mimicking the structure of regular device binaries, then letting the existing functionality handle compiling...

This is a follow-up for intel/llvm#18839 which broke host compilation of `sycl::atomic`. The actual fix is just an addition of `#include ` to `sycl/atomic.hpp`. However, I didn't want `spirv_ops.hpp` to...

with information on each version change of important dependecies, like Compute Runtime and benchmarks repos. To see a label with a new version of Compute Runtime or a benchmark, click...

devops_ref and cts_exclude_ref were used as workaronds to launch sycl-rel-nightly with the sycl-rel branch using the regular sycl branch. Now we run sycl-rel-nightly using the sycl-rel branch, so there is...

sycl-rel-6_2 was updated and now ready for scheduled runs.

### Is your feature request related to a problem? Please describe The Clang `TargetInfo` used for SYCL seems to contain a good deal of duplication for SPIR, SPIRV targets. In...

enhancement