codeplaysoftware / portBLAS

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

Added const qualifier to USM API #443

Closed muhammad-tanvir-1211 closed 1 year ago

muhammad-tanvir-1211 commented 1 year ago

This PR adds the const qualifier to input containers for the USM api as required by the oneMKL specification.