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

According to [5.8.1. Kernel attributes](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:kernel.attributes), kernel attributes can only be applied to SYCL kernel functions, but not to a regular device functions. Based on this information, this pull request introduces...

### Describe the bug ``` FAIL: SYCL :: syclcompat/memory/memory_management_test3.cpp (2197 of 2215) ******************** TEST 'SYCL :: syclcompat/memory/memory_management_test3.cpp' FAILED ******************** Exit Code: 3221225477 Command Output (stdout): -- # RUN: at line...

bug
confirmed
Windows
syclcompat

UR: https://github.com/oneapi-src/unified-runtime/pull/1869 Statistic memory overhead (usm redzone + shadow memory) on each context, enabled by exporting asan flag UR_LAYER_ASAN_OPTIONS=print_stats:1.

Follow up to https://github.com/intel/llvm/pull/14188 adding LNL and BMG target info.

We got new PVC machines for intel/llvm CI testing 😍. This PR enables running E2E tests on PVC runners in Linux pre-commit. Example: https://github.com/intel/llvm/actions/runs/10061378191/job/27811302273

When AOT compiling for cpu, the generic `spir64_x86_64` target is used with `-fsycl-targets`. In https://github.com/intel/llvm/pull/14909, functionality was added to select device images based on their `compile_target` property in the image....

A sentinel value added in #15175 fixed the problem of empty arrays, but for non-empty arrays was just concatenated to the last valid value. This produced warnings when compiling SYCL...

Add -sycl-spec-const-handling-mode command line option to clang-linker-wrapper. processSpecConstants is moved from sycl-post-link to lib/SYCLLowerIR/SpecConstants.cpp and invoked from sycl-post-link and splitting library.

We can use block_load and block_store for these functions now in most cases, except when stateful mode is enabled and we're using accessors due to alignment and size requirements. We...

# Summary This PR adds wording and support for dynamic dependencies in graphs using `dynamic_event`, which can be used to define dependencies on eager SYCL operations outside of a graph...