Releases: oneapi-src/SYCLomatic
Releases · oneapi-src/SYCLomatic
SYCLomatic daily 2023-02-26
20230226 [SYCLomatic] Remove volatile qualifier in pointer-to-volatile-vector …
SYCLomatic daily 2023-02-25
20230225 [SYCLomatic] Remove volatile qualifier in pointer-to-volatile-vector …
SYCLomatic daily 2023-02-24
[SYCLomatic] Migrate CU_JIT* options (#641) * [SYCLomatic] Migrate CU_JIT* options Signed-off-by: Lu, John <[email protected]> * CU_JIT test not supported with CUDA 8.0 Signed-off-by: Lu, John <[email protected]> * Remove CU_JIT options not available in CUDA 9.2 Signed-off-by: Lu, John <[email protected]> * Migrate CU_JIT_* options to 0 and give a warning. Signed-off-by: Lu, John <[email protected]> * Formatting changes Signed-off-by: Lu, John <[email protected]> * Remove unnecessary code Signed-off-by: Lu, John <[email protected]> --------- Signed-off-by: Lu, John <[email protected]>
SYCLomatic daily 2023-02-23
[SYCLomatic] Fix convolution_desc bool conversion (#653) Signed-off-by: Cai, Justin <[email protected]>
SYCLomatic daily 2023-02-22
[SYCLomatic] Fix migration of cub::DoubleBuffer accessors (#640) Signed-off-by: Cai, Justin <[email protected]>
SYCLomatic daily 2023-02-21
20230221 [SYCLomatic] dpct::device_vectors::shrink_to_fit() bugfix for non USM…
SYCLomatic daily 2023-02-20
20230220 [SYCLomatic] dpct::device_vectors::shrink_to_fit() bugfix for non USM…
SYCLomatic daily 2023-02-19
20230219 [SYCLomatic] Remove directories created temporarily by lit test gen_b…
SYCLomatic daily 2023-02-18
20230218 [SYCLomatic] Remove directories created temporarily by lit test gen_b…
SYCLomatic daily 2023-02-17
[SYCLomatic] Fix replace_if/replace_copy_if for corner case (#584) * [SYCLomatic] Fix replace_copy_if for long long Signed-off-by: Lu, John <[email protected]> * [SYClomatic] fix replace_if/replace_copy_if corner case Signed-off-by: Lu, John <[email protected]> * Deal with corner case of replace_copy_if. long -> long long Signed-off-by: Lu, John <[email protected]> --------- Signed-off-by: Lu, John <[email protected]>