Tags: scott-snyder/llvm
Tags
[SYCL] Enable PI unit testing on multiple plugins. (intel#1694) This PR re-enables all disabled PI API unit tests. Backend-agnostic unit tests have been refactored using [value-parameterized tests](https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#value-parameterized-tests), allowing the same set of unit tests to be ran on a set of PI plugins. Signed-off-by: Stuart Adams <stuart.adams@codeplay.com>
[SYCL][Doc] Fix tbb target path in Get Started Guide. (intel#1695) The previous guide suggests linking tbb to `/opt/intel/oclcpuexp/` which is not in the `LD_PATH` Co-authored-by: vladimirlaz <vladimir.lazarev@intel.com>
[SYCL][Doc] Fix tbb target path in Get Started Guide. (intel#1695) The previous guide suggests linking tbb to `/opt/intel/oclcpuexp/` which is not in the `LD_PATH` Co-authored-by: vladimirlaz <vladimir.lazarev@intel.com>
[SYCL] Fix host-to-host copy during copyback (intel#1692) Copyback is performed unconditionally during buffer destruction, so it's possible for it to perform a copy from and to the same host pointer. This patch adds a check for this scenario so that we don't rely on undefined behaviour of std::memcpy. Signed-off-by: Sergey Semenov <sergey.semenov@intel.com>
[SYCL][ABI] Subgroup Extension update (intel#1600) Implements the change as per the spec update at https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/SubGroup/SYCL_INTEL_sub_group.asciidoc and update from : intel#1565 ABI update: Functions corresponding to the deleted APIs have been deleted. Edit info.cpp test to expect max sub-group size based on the spec update. Changed pi.h document and changed the plugin to always return a 32 bit value. Signed-off-by: Garima Gupta <garima.gupta@intel.com>
A788
[SYCL] Fix bug in device info and LIT (intel#1650) Fix bug in device info code that dropped the last info::device:: partition_properties value. Adapt LIT test querying platform and device info to work with non-standard info values, e.g., due to extensions or not completely OpenCL compliant OpenCL drivers. Signed-off-by: Bjoern Knafla <bjoern@codeplay.com>
[Buildbot][NFC] Simplify configure.py script (intel#1666) Remove error code handling as script doesn't return any errors. Use "if-else" python idiom to make the script more readable. Signed-off-by: Alexey Bader <alexey.bader@intel.com>
[SYCL] Bump library version (intel#1669) Signed-off-by: Vlad Romanov <vlad.romanov@intel.com>
PreviousNext