llvm
llvm copied to clipboard
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
This PR changes sycl-rt for opencl interop functionality to use the new UR handles layer for opencl, instead of relying on casting directly handles directly. So, it removes the 1:1...
Because VERBOSE_PRINT is also used inside file user_types_common.hpp
Add support for device to device copy for `image_mem_handle` to `image_mem_handle`. Associated UR PR https://github.com/oneapi-src/unified-runtime/pull/1265
Testing PR for [UR PR](https://github.com/oneapi-src/unified-runtime/pull/1346)
- make relaxed fence a no op to satisfy the SYCL spec. - make acquire/release/acq_rel use the lighter acq_rel fence for sm_70 instead of the seq_cst fence.
UR part: https://github.com/oneapi-src/unified-runtime/pull/1354
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...
The sycl/test-e2e/Basic/accessor/empty_zero_dim_accessor.cpp test should once again work with newer drivers on DG2. This commit specifies the driver version as required by the test.
This PR is addressing the following scenario: clang-cl -I[path to sycl headers] sycl_program.cpp # program compiled but without sycl libs clang-cl -fsycl sycl_program.obj # user expects sycl libs to be...