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 See: https://github.com/intel/llvm/actions/runs/8628394148/job/23650791247?pr=13335#logs ``` FAIL: SYCL :: Basic/reqd_work_group_size_matches_dimensions.cpp (305 of 1974) ******************** TEST 'SYCL :: Basic/reqd_work_group_size_matches_dimensions.cpp' FAILED ******************** Exit Code: -6 Command Output (stdout): -- # RUN:...

bug
confirmed

Testing PR for https://github.com/oneapi-src/unified-runtime/pull/1618.

https://github.com/oneapi-src/unified-runtime/pull/1604

This PR adds third-party (nvptx, amd) AOT support for SYCL offloading in the clang-linker-wrapper tool. Following list of changes are found; 1. Code inside clang-linker-wrapper has been refactored to get...

This PR adds a default constructor for `syclcompat::dim3`, and makes the members non-const. This means patterns like this are now possible: ```cpp syclcompat::dim3 myDim3; myDim3.x = 32; ``` @Alcpz this...

When we create SLM __AsanLaunchInfo and store newly added kernel arg __asan_launch into the SLM, the SLM is loaded in asan report function. If instructions in referenced-indirectly function are instrumented,...

This PR exists so I can trigger and test workflows. I am currently working on a proof-of-concept workflow that benchmarks a PR's changes using sycl-bench. Unfortunately, there is no real...

This PR is a partial implementation of [`sycl_ext_oneapi_cuda_cluster_group`](https://github.com/intel/llvm/pull/13594), introducing the `cluster_size` property to launch a kernel with CUDA's thread block clusters Only a small part of the extension specification described...

abi-break

This PR fixes a GPU accuracy bug by upscaling the error-tolerance to a double type if the GPU supports 64-bit floating point arithmetic.

This patch fixes two possible null pointer dereferences issues: 1. In CodeGenModule::Release(): Dereferencing a pointer that might be nullptr RD->getAttr() when calling getAspectsMD(). 2. In Sema::ActOnFinishFunctionBody(): Passing null pointer FD...