llvm
llvm copied to clipboard
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Affected tests: * Basic/queue/release.cpp * Scheduler/ReleaseResourcesTest.cpp * Regression/pi_release.cpp * Regression/context_is_destroyed_after_exception.cpp
### Describe the bug [ubuntu2204_test (OCL CPU (AMD), ["Linux", "amdgpu"], ghcr.io/intel/llvm/ubuntu2204_intel_drivers:... / OCL CPU (AMD)](https://github.com/intel/llvm/actions/runs/10446387090/job/28923937736) The self-hosted runner: amdgpu-3 lost communication with the server. Verify the machine is running and...
### Describe the bug Simple description. After calling `get_kernel_bundle(const context& ctxt, const std::vector& kernelIds);`, the kernel only is built on device 0, even the kernel is compatible on device 1....
Please do not review. only testing.
### Bug description I am trying to gather test failures for an upcoming change in this 'draft' PR. https://github.com/intel/llvm/pull/15121 I see that the AMD/HIP tests are not running. Is there...
C++ defines term "manifestly constant-evaluated expressions" meaning expressions that are guaranteed to be evaluated in compile time. In these expressions all C++ features can be safely allowed even for device...
### Is your feature request related to a problem? Please describe It is planned to expand new hardware based on SYCL. No relevant guidance has been found regarding the development...
These two options were implemented to solve two issues (missing `checksum` for the main file on Windows and host compilation `DICompileUnit` pointing to a temporary file instead of the original...
### Describe the bug The `sycl::stream` class leaks multiple backend objects if the launch it is used in throws an exception. This can be illustrated with: ```c++ #include using namespace...