Tags: mingshi2333/llvm
Tags
Merged to sycl-web with no conflict or build issue
Merged to sycl-web with no conflict or build issue
[NFCI][SYCL] Refactor getBinaryImageFormat (intel#12586) A future PR will add support for magic numbers other than four bytes. Refactor the code to make those future changes easier to review.
[NFCI][SYCL] Refactor getBinaryImageFormat (intel#12586) A future PR will add support for magic numbers other than four bytes. Refactor the code to make those future changes easier to review.
[SYCL][ESIMD] Fix a few issues with scatter(usm, ...) (intel#12585) Problems found by Gregory (thanks!): 1) There were some duplicated tests, remove those 2) We didn't test non-LSC mask on Gen12 3) We get an ambiguous call because we had an old function that didn't have VS, but the new functions have default VS=1, so we don't need the old one. 4) When we pass a simd_view for the vals, we got a template match failure. This is the same issue we hit in the compile-time tests where even if we have a simd_view overload the compiler can't infer N, so we need to provide T,N anyway, so add that in the tests. I tested this on Gen12. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
[CI][NFC] Unify naming scheme for SYCL workflows. (intel#12568) All GitHub Actions workflows added by intel/llvm project are expected to use following naming notation: 1. Name starts with `sycl` prefix. 2. Use dash `-` to separate words (instead of underscore `_`). This patches fixes naming of workflows which do not follow this notation.
LLVM and SPIRV-LLVM-Translator pulldown (WW04) LLVM: llvm/llvm-project@cd7ea4e SPIRV-LLVM-Translator: KhronosGroup/SPIRV-LLVM-Translator@8c357de
[NFC][SYCL] Set some target restrictions for some tests (intel#12505) A few tests in the driver area require amdgpu or nvptx targets to be built in order to properly run. Add these requirements to the tests.
PreviousNext