Releases: oneapi-src/SYCLomatic
Releases · oneapi-src/SYCLomatic
SYCLomatic daily 2023-03-28
[SYCLomatic] Fix migration of cub::WarpReduce::Reduce (#776) Signed-off-by: Wang, Yihan <[email protected]>
SYCLomatic daily 2023-03-27
[SYCLomatic] Add note about LLVM_PARALLEL_LINK_JOBS (#768) Signed-off-by: Cai, Justin <[email protected]>
SYCLomatic daily 2023-03-26
20230326 [SYCLomatic] Implement migrations for StableSortPairs and StableSortP…
SYCLomatic daily 2023-03-25
20230325 [SYCLomatic] Implement migrations for StableSortPairs and StableSortP…
SYCLomatic daily 2023-03-24
[SYCLomatic] Migrate thrust::gather_if (#752) * Migrate thrust::gather_if Signed-off-by: Lu, John <[email protected]> * Record unsupported thrust overloads cleanly Signed-off-by: Lu, John <[email protected]> * Add test_api_level testcase Signed-off-by: Lu, John <[email protected]> --------- Signed-off-by: Lu, John <[email protected]>
SYCLomatic daily 2023-03-23
[SYCLomatic] Support migration of curandRngType. (#750) Signed-off-by: Tang, Jiajun [email protected]
SYCLomatic daily 2023-03-22
[SYCLomatic] Migrate cudaMallocPitch with rewriter (#753) Signed-off-by: Huang, Andy <[email protected]>
SYCLomatic daily 2023-03-21
[SYCLomatic] Update README.md with platform requirements (#757) Signed-off-by: Lu, John <[email protected]>
SYCLomatic daily 2023-03-20
[SYCLomatic] Add Segmented sort keys (#601) Signed-off-by: Dan Hoeflinger <[email protected]>
SYCLomatic daily 2023-03-19
[SYCLomatic] Refactor thrust migration patterns (#621) * [SYCLomatic] Refactor thrust migration patterns Signed-off-by: Lu, John <[email protected]> * Refactor thrust::any_of. Add no_feature request label, when a feature isn't necessary. Signed-off-by: Lu, John <[email protected]> * Refactor thrust::replace and thrust::adjacent_different patterns. Allow patterns with 0 non-pointer parms Signed-off-by: Lu, John <[email protected]> * Don't test Dpct_no_feature with CUDA 8.0 since it uses thrust::any_of Signed-off-by: Lu, John <[email protected]> * Clean up refactoring. Avoid macros as much as possible. Signed-off-by: Lu, John <[email protected]> * Update thrust migrations to use CheckThrustArgType instead of CheckArgType Signed-off-by: Lu, John <[email protected]> * Implement variable args to call rewriter more cleanly Signed-off-by: Lu, John <[email protected]> * Update based on feedback from review. Reformatted with clang-format. Signed-off-by: Lu, John <[email protected]> * Add testcase that generates an unsupported thrust overload migration warning Signed-off-by: Lu, John <[email protected]> * Make PolicyState enum an enum class Signed-off-by: Lu, John <[email protected]> --------- Signed-off-by: Lu, John <[email protected]>