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 patch provides the following: * support for JIT compilation of Nvidia and AMD kernels * materialization of specialization constants values, turning them to de-facto compile time constants * caching...

Add "ptr_to_integer" (generic address space to .shared) syclcompat functions. These functions are commonly required in optimized libraries that use inline ptx. The standard naming convention of removing "__" from corresponding...

Breaks were lost in 5fd4877, restoring them. When the breaks are lost, literals are enconded/decoded twice, which is wrong. ** This is done in this repo because this piece of...

Couldn't do this earlier because of a driver issue.

### Describe the bug SchedulerTest.HostTaskCleanup failed in Windows post commit CI for https://github.com/intel/llvm/commit/5ea799284c7c13e8727536627bc64c79f614ec58 but passed with later post-commits. Failure: ``` Exception Code: 0xC0000005 #0 0x00007ff6c0b1c040 waitFunc(unsigned int, struct _pi_event *const...

bug
confirmed
Windows

**Describe the bug** With some SyCL-CTS tests I'm seeing SPIR-V declaring `OpTypeBool` as Kernel function parameters, e.g. `test_spec_constants`. It might not be the best test to dig into this problem...

bug
confirmed

### Describe the bug https://github.com/intel/llvm/actions/runs/9681345650/job/26712431639 ``` FAIL: SYCL :: Basic/fpga_tests/fpga_pipes.cpp (215 of 2086) ******************** TEST 'SYCL :: Basic/fpga_tests/fpga_pipes.cpp' FAILED ******************** Exit Code: -11 Command Output (stdout): -- # RUN: at...

bug
confirmed

Updates L0 UR commit. Creates a mapping between the host and device handle in the L0 backend to be able to retrieve the host handle when destroying the image.

Adds support to SYCL Native CPU in the new offloading model.