llvm
llvm copied to clipboard
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
replacing https://github.com/intel/llvm/pull/15385 after offline discussion.
This PR: 1. adds more types to PVC combinations, 2. adds more shapes to PVC combinations, 3. updates the matrix combinations appendix to includes 3 new devices, namely: Battlemage and...
### Is your feature request related to a problem? Please describe sycl::reduce_over_group () does not seem to support user-defined reduction sycl::ext::oneapi::experimental::reduce_over_group() does not seem to support subgroup. ### Describe the...
For testing purposes.
https://github.com/oneapi-src/unified-runtime/pull/2100
Spec: https://github.com/KhronosGroup/SYCL-Docs/pull/624 sycl-cts: https://github.com/KhronosGroup/SYCL-CTS/pull/960 This patch is intended to be merged only when there are sycl-cts tests and the ratified khr extension.
Fixing the options for another test that slipped through the cracks of #15364
- Update UR tag to include changes to command-handles - Update calls to UrCommandBufferAppendKernelLaunch to only request command handles for updatable command-buffers - Only store command handles for updatable command-graphs...
spec: https://github.com/intel/llvm/pull/10540
`computeFunctionToKernelsMapping` did not compute the mapping correctly for leaves of its call graph if the call graph for leaves 3 levels or more deep, which results in some kernels not...