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 commit implements the sycl_oneapi_raw_kernel_arg extension.

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

This commit folds the implementation of host_half_impl::half into half_impl::half and making the vector element representation the same as the half representation. This allows us to avoid strict alias violation for...

abi-break

ESIMD kernel doesn't support noinline functions, so we can't support sanitizer for it now. We can't check if the kernel is ESIMD kernel at Unified Runtime, so we have to...

This changes the accuracy declared for 'ha' SVML functions to 1.0, reflecting the actual standard used by the library team for these functions.

pre-commit PR for https://github.com/oneapi-src/unified-runtime/pull/1802

This moves the FPBuiltinFnSelection pass to the llvm/lib/Transforms/Scalar directory. This is needed to enable future changes that will run this pass as part of the main pipeline for device compilation....

This PR removes the SYCL 2017 deprecated tests as a continuation of [#14239](https://github.com/intel/llvm/pull/14239) in order of [#13411](https://github.com/intel/llvm/pull/13411) and [13556](https://github.com/intel/llvm/pull/13556) The list of faulty tests mentioned in description of [#14239](https://github.com/intel/llvm/pull/14239): Clang...