codeplaysoftware / portBLAS

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

First step to update to SYCL2020 #523

Closed s-Nick closed 3 months ago

s-Nick commented 3 months ago

This PR is a first update of portBLAS to SYCL2020. Changes included are:

Other SYCL2020 features, like multi_ptr new interface implementation, are postponed to keep compatibility between DPC++ and AdaptiveCpp.