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

This PR fixes a device assertion bug on Windows where the assertion message and information are not printed when an assertion is triggered. Also re-enabled some tests failing because of...

It is useful for framework software layers which uses sycl in their implementation (like IPEX) to provide framework level code location information for XPTI events generated by sycl. This allows...

Defines new compile-time properties that provide developers with greater control over how a reduction may be implemented. Closes #1621 .

spec extension

Closes https://github.com/intel/llvm/issues/15109

Hi all, I'd like to get some architecture and code-organzation level comments on my SYCL thinLTO prototype. The feature isn't ready for code-review, so I'd appreciate keeping the discussion somewhat...

Adds an e2e test that checks that launching a kernel using level-zero native handles in a graph's host_task works as expected.

Using built-ins is going to be the preferred way to fetch kernel information, while integration headers are still going to be used for cases where built-ins are unavailable (i.e., different...

Use `std::enable_shared_from_this` to remove need for passing a shared pointer of `this` as a function parameter. `std::enable_shared_from_this` usage was previously introduced to graph code in https://github.com/intel/llvm/pull/14453#discussion_r1681412183

Basic SYCL bindless image e2e tests can now pass on DG2/BMG/MTL/LNL. Adjust REQUIRES check for supported GPUs other than DG2. UR PR: https://github.com/oneapi-src/unified-runtime/pull/2018