llvm
llvm copied to clipboard
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Using detail::string_view, print_graph can be called from pre-C++11 ABI.
PVC 1T systems have some issues with partitioning. Disabling these tests on those systems while awaiting driver fixes.
Test is e2e but was put to sycl/test/ directory. Move it to the e2e test directory.
### Describe the bug In https://github.com/intel/llvm/pull/12838 it seems like the submission time on HIP is giving weird values. I did a bit of digging and it seems to me like...
Bump L0 UR commit to https://github.com/oneapi-src/unified-runtime/pull/1629 This fixes a hang on Level Zero in Graph E2E test [update_with_indices_ptr_subgraph.cpp](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/Graph/Update/update_with_indices_ptr_subgraph.cpp)
Currently building Native CPU with shared libraries enabled leads to a CMake error when configuring: some components of the oneAPI Construction Kit depend on `LLVMPasses`, and since they are also...
llvm/llvm-project@1120d8e6f799 Added "-G1" to SPIR/SPRIV datalayout. This is to update downatream code to sync with it. Fix tests and using getAddrSpaceCast instead getBitCast.
This PR implements missing builtins for `half` for the `generic` target and the missing overloads of `popcount` for `x86_64-unknown-linux`. The accompanying UR change (https://github.com/oneapi-src/unified-runtime/pull/1628) reports `cl_khr_fp16` as supported, allowing us...