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

Remove code duplication by re-using existing configurations to compile the project with latest nightly compiler + enable shared libs for that configuration. Additionally, run postcommit in precommit, when configuration is...

Stale

I'm trying to call a function from inside a SYCL kernel, defined in a different namespace and class. This code is compiled with clang++ built for CUDA backend. A drop...

Basic/event_profiling_info.cpp fails sporadically on HIP backend with error: ``` PI HIP ERROR: Value: 600 Name: hipErrorNotReady Description: hipErrorNotReady Function: get_queued_time Source Location: /__w/llvm/llvm/src/sycl/plugins/hip/pi_hip.cpp:573 terminate called after throwing an instance of...

bug
hip

Fork of https://github.com/intel/llvm/pull/5797 This patch rebases and finalizes (similarly to https://github.com/intel/llvm/pull/6023) the draft in https://github.com/intel/llvm/pull/5797, which already contained the most important commits thanks to @alexbatashev. The most relevant additions of...

Instead of throwing an error, it would be convenient if bfloat16 conversions could be done on host as well as device. cc @JackAKirk

This code in CL/sycl/detail/type_list.hpp `template ` causes compilation error if user specifies `-DVL=` option on the command line. `VL` is a popular acronym for "vector length", people may use it...

enhancement
good first issue
confirmed

In the llvm-test-suite `Basic/image/image_write_fp16.cpp` fails for the CUDA backend on the CI. This failure may be sporadic. Additionally I cannot reproduce it on a local machine. CI Run: https://github.com/intel/llvm/runs/7575898790?check_suite_focus=true

bug
cuda

This patch 1. removes the check on `aspect::atomic64` for reductions using atomic operations of single precision floating-point values. This solves https://github.com/intel/llvm/issues/6054. However, it's not strictly necessary since also https://github.com/intel/llvm/pull/6429 solves...

**Describe the bug** LLVM compiler with AMD backend cannot link finally binary **To Reproduce** Please describe the steps to reproduce the behavior: 1. Include code snippet as short as possible:...

bug
help wanted
blocker
hip

This PR aims to fix issue : https://github.com/intel/llvm/issues/5991 and provide efficient working marray math function implementations for all backends. marray math function support is currently switched on for {n} ({n}...