rscohn2
released this
08 Nov 18:31
·
62 commits
to main
since this release
Changes since 1.2
oneDPL
- Specified how random number generators and distributions support sycl::vec
- Incremental improvements and fixes
oneCCL
- For oneCCL, we added new APIs for point to point send/recv operations.
Level Zero
- See Level Zero
oneTBB
- Allowed using pointers to class functions and members in place of function objects
- Incremental improvements and fixes, including fixes in the oneTBB named requirements
oneMKL
- Introduced RNG Device API
- Added complex version of BLAS SYR/SYR2/SYMV
- Added optional index_base parameter for BLAS IAMAX/IAMIN
- Allow either values or pointers for scalar parameters to BLAS
functions with USM interfaces - Added DFT move/copy constructor/assignment to descriptor class
- Added forward/backward strides to DFT API
- Added SYCL queue to Sparse BLAS matrix handle initialization API
- Added NNZ argument to Sparse BLAS set_csr_data API
- Fixed bugs