llvm
llvm copied to clipboard
Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Make merging of default branch optional, remove some debug output from LLVM Test Suite action and add it to default containers.
This eliminates the need for the SPIR-V translator to query the pointer element type of the members in the struct to figure out what matrix type it really is.
Added support when linking iostream_proxy.hpp against libc++ instead of libstdc++
This change makes bfloat16 a supported feature. Signed-off-by: Rajiv Deodhar
- +fix for 'saturate' for ESIMD_EMULATOR backend
Introduces support for having multiple CUDA devices in one context. To facilitate moving buffer and image memory between devices within the same context, some ABI-breaking changes had to be made...
Eliminate includes of `iostream`, `sstream`, `fstream`, and `cmath` and remove some outdated declarations. Make sure aforementioned headers are never included again (results in ~10% parsing speed improvement).
This pull request introduces a new version of PI Mock helper library. Differences with previous version: - Replaces all plugins with mock plugins: no need for drivers or hardware for...
Signed-off-by: James Brodman