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

You can find Coverity scan results at: https://scan.coverity.com/projects/intel-llvm?tab=overview Reported as CID `519631`: https://github.com/intel/llvm/blob/667c45a9d00fbbd500ef7500882aefff7eea5868/unified-runtime/source/adapters/hip/context.hpp#L99-L101 Uncaught exceptions here will cause `std::terminate` to be called which may be unexpected.

bug
hip
unified-runtime
Coverity

L0v2 avoids internally tracking each kernel submission through an event for lifetime management. Instead, when a kernel is submitted to the queue, its handle is added to a vector, to...

Most important part is the removal of a dedicated `weak_object_base.hpp`. It was introduced to break a cyclic headers dependency, but a forward declaration achieves the same in a much less...

### Describe the bug ``` -- Testing: 2477 tests, 24 workers -- FAIL: SYCL :: Basic/image/image_write.cpp (370 of 2477) ******************** TEST 'SYCL :: Basic/image/image_write.cpp' FAILED ******************** Exit Code: 255 Command...

bug
confirmed

Otherwise, IGC compiler may not export the SanitizerKernelMetadata as device globals.

### Describe the bug This bug was discovered when we were trying to fix a test issue: `out_of_order_queue_status_khr_empty.cpp` is failing flakily on OpenCL machines. This test checks the functionality of...

bug

### Describe the bug The following SYCL E2E tests were found failing for NewOffloadModel in manual run of sycl-nightly - https://github.com/intel/llvm/actions/runs/19550681758 ``` SYCL :: ESIMD/BitonicSortK.cpp SYCL :: ESIMD/BitonicSortKv2.cpp SYCL ::...

bug

`device_impl`s are owned by the parent platforms and are only destroyed when SYCL RT is unloaded. As such, there is no reason to pay the price of a `std::shared_ptr`, a...