Tags: michralpeters/llvm
Tags
Merged to sycl-web with no conflict or build issue
Merged to sycl-web with no conflict or build issue
[SYCL][DOC] Initial commit of oneapi extension proposal for adding P2… …P mechanisms to SYCL (intel#6104) Signed-off-by: James Brodman <james.brodman@intel.com> Co-authored-by: Greg Lueck <gregory.m.lueck@intel.com>
[SYCL] Augment known_identity for std::complex and std::plus. (intel#… …8425) This PR proposes to augment sycl::has_known_identity to return true for std::complex and std::plus operator. This will have two benefits: 1. It enables support for complex numbers in sycl::reduction without the user having to explicitly pass identity. 2. sycl::known_identity can now be used to simplify the implementation of group algorithms (See PR intel#5394). Also, this PR addresses the Github issue intel#5477. Test Case PR: intel/llvm-test-suite#1609
[NFC] Remove erroneous debug output introduced in a pulldown (intel#8494 ) Manifsted itself as "TEST: flang" output during CMake invocation.
[SYCL] Copy llvm-test-suite/SYCL/AOT/{gpu,cpu}.cpp tests to sycl/test… …-e2e (intel#8480) sycl/test-e2e/AOT/gpu.cpp is using %gpu_aot_target_opts substitution and I need it to verify some internal infrastructure changes. The cpu.cpp is copied just in case/for "completeness".
[SYCL][NFC] Fix basic_tests/types.cpp on Windows (intel#8470) Recent extension of the test (addition of `-D__NO_EXT_VECTOR_TYPE_ON_HOST__` RUN line) exposed an existing limitation of `vec` class alignment on Windows, which caused the test to fail. This commit conditionally disables the check to avoid the test failure because of this known issue/limitation.
[SYCL] Initialize members of device_global map entries (intel#8451) This commit adds default initializers to select members of DeviceGlobalMapEntry to avoid cases where bogus values would confuse late initialization of the entries. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
PreviousNext