Tags: brandongc/llvm
Tags
[SYCL] Allow user control over range rounding, and disable for older … …SYCL spec. (intel#3082) This change lets users choose at compile-time whether to do range-rounding. Rounding is always disabled when using older SYCL specs because the implementation creates const lambdas, which are incompatible with the mutable lambdas allowed in the old spec. Signed-off-by: rdeodhar <rajiv.deodhar@intel.com>
[SYCL][NFC] Fix typos in test code comments (intel#3092) This patch updates tests related to work_group_size attributes by fixing typos and adding CHECK that happened on commit intel#2906 Signed-off-by: Soumi Manna <soumi.manna@intel.com>
[Driver][NFC] Fix typo in code comments (intel#3079)
[SYCL] Use same source for libsycl-crt (intel#3019) Currently, the implementation of assert support for Linux and Windows are in 2 files glibc_wrapper.cpp and msvc_wrapper.cpp. We can merge them into one source and use macro "_WIN32" to separate Windows and Linux specific code. We plan to add some more functions in libsycl-crt in the future and the implementation may be same for both Linux and Windows platform, keeping 2 different sources for Linux and Windows will lead to duplicate code then. Signed-off-by: gejin <ge.jin@intel.com>
[SYCL][Doc] Update for get started guide (intel#3053) * Add note that SYCL 2020 implementation is in progress (see issue intel#2971) * Add note that DPC++ runtime and headers require C++14 (see PR intel#2528) Signed-off-by: Pavel V Chupin <pavel.v.chupin@intel.com>
[SYCL][NFC] Fix warnings reported by Clang (intel#3050)
[SYCL][NFC] Remove commented out code (intel#3029)
[SYCL] Fix acquiring a mutex in _pi_context::finalize (intel#3001) I observed crashes in ESIMD tests at the exit of _pi_context::finalize function. Unlocking not owned mutex is Undefined Behavior. Crashes occurred only on Debug builds on Windows platforms when using LevelZero. I saw the following error: "unlock of unowned mutex".
[SYCL][ESIMD] Add simd class conversion ctor and operator (intel#3028) Signed-off-by: Gang Y Chen <gang.y.chen@intel.com>
PreviousNext