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 866 llvm issues
Sort by recently updated
recently updated
newest added

This commit partially addresses a performance issue observed when submitting consecutive host tasks to an in-order queue without explicit `wait()`. The execution time of each host task was found to...

This shortens the critical section for in-order and out-of-order cases and avoids taking the lock entirely is MNoEventMode is set.

The [installation page for the OpenCL CPU runtime](https://www.intel.com/content/www/us/en/developer/articles/technical/intel-cpu-runtime-for-opencl-applications-with-sycl-support.html) instructs the following: ```bash wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main"...

bug
confirmed

### Describe the bug https://github.com/intel/llvm/actions/runs/15144014714/job/42576025131?pr=18231 ``` ******************** Failed Tests (3): SYCL :: Adapters/level_zero/ext_intel_cslice.cpp SYCL :: Adapters/level_zero/ext_intel_queue_index.cpp SYCL :: Adapters/sycl-ls-uuid-subdevs.cpp ``` ``` ******************** FAIL: SYCL :: Adapters/sycl-ls-uuid-subdevs.cpp (2293 of 2374) ********************...

bug
confirmed

We have some E2E tests which can and should be rewritten into unit-tests to speed up testing. E2E tests are expensive, because they do full host + device compilation and...

good first issue
confirmed