llvm
llvm copied to clipboard
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Unloading plugins was recently separated from the cleanup phase to allow the mock plugin ensure that the mock plugin is the lone plugin. However, after unloading the plugins vector is...
This patch contains minimal changes to make compiler toolchain builds succeed on macOS: - Add stubs for platform-dependent functions - Disable level zero plugin for macOS exclusively - Fix platform-dependent...
Defines new properties for data flow pipes Properties defined to align with spec in [1] Existing data flow pipe defined in [2] data flow pipe will be accepting new property...
Setup lower runtime extension functions for host pipes. See also https://github.com/intel/llvm/pull/5766 https://github.com/intel/llvm/pull/5851 Host pipe sycl spec: https://github.com/intel/llvm/pull/5838
Signed-off-by: jinge90
Requirement - Do not decompose types with pointers when generating openCL kernel arguments. This PR adds logic to stop decomposing trivial types containing pointers. For every SYCL kernel argument which...