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/8842488516/job/24281474191 - test_accessor - caused by a36e9f8969a5ad4346f84c925aa89e1a00128b7f. Probably the test uses the deprecated api. - test_hierarchical fails with the new oclcpurt (2024.17.3.0.09_160000). It was turned...

bug
CTS
confirmed

Testing PR for [UR PR](https://github.com/oneapi-src/unified-runtime/pull/1409)

### Describe the bug Run: https://github.com/intel/llvm/actions/runs/9058914532/job/24885436139 The issue seems to be with the Docker container. ``` CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake:62 (message): -- Check for working CXX compiler: /opt/sycl/bin/clang++ - broken...

bug

Affected by [IR] Remove support for lshr/ashr constant expressions (#71955) 56c1d30183e156365f7057f5945b2bc48fdb32e7

Affected by https://github.com/intel/llvm/commit/7b9d73c2f90c0ed8497339a16fc39785349d9610

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

The following PI functions have been added to support importing various external handle types for both memory and semaphores: - `piextImportExternalMemory` - `piextImportExternalSemaphore` The following PI functions and their corresponding...

Add CMake to emit .bc files when compiling devicelib libraries to bitcode for NVPTX. Make the driver consume these files. This is a WIP with many sledgehammer-like additions and many...