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

OpenCL CPU RT: 2022.13.3.0.16 -> 2022.14.7.0.30 OpenCL FPGAEMU RT: 2022.13.3.0.16 -> 2022.14.7.0.30 TBB Linux: 2021.6.0.755 -> 2021.7.0.3128 TBB Win: 2021.6.0.755 -> 2021.7.0_2943 OpenCL FPGA RT Linux: 20220120_000001 -> 20220710_000003 OpenCL...

Use of double precision arithmetic in device code results in reduced FP64 performance in GPU's. https://github.com/intel/llvm/issues/5783 asks that the Clang front end emits a helpful warning stating the above to...

copy from https://docs.oneapi.io/versions/latest/iface/event.html Descriptor | Return type | Description -- | -- | -- command_submit | cl_ulong | Time in nanoseconds when command_group was submitted command_start | cl_ulong | Time...

bug

- Introduce an intermediate lambda in invoke_simd and call SIMD target from the lambda with given (SIMD) arguments coming from the lambda's formal parameters. This way compiler automatically performs necessary...

The optimization done for 1-dim accessor is suitable for all dimensions.

This adds infrastructure to spawn AWS EC2 runners dynamically for lts suite testing. This will be only functional if you will add "aws-type" keys as well as other keys into...

ignore-lint

LLVM: llvm/llvm-project@ec7f4a7 SPIRV-LLVM-Translator: KhronosGroup/SPIRV-LLVM-Translator@a827fb0

ignore-lint

Uplift GPU RT version for Linux to 22.31.23852

Use deviceid to detect devices on which use of immediate commandlists is preferred, and switch to using immediate commandlists on those devices automatically. Signed-off-by: Rajiv Deodhar