codeplaysoftware / portBLAS

An implementation of BLAS using the SYCL open standard.
Apache License 2.0
259 stars 50 forks source link

Added USM support in portBLAS #423

Closed muhammad-tanvir-1211 closed 1 year ago

muhammad-tanvir-1211 commented 1 year ago

This PR introduces USM support in portBLAS for all supported BLAS operators.

This PR is blocked on #424 and #425