codeplaysoftware / portBLAS

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

Minor formatting to transpose and transposeAdd kernels #488

Closed OuadiElfarouki closed 8 months ago

OuadiElfarouki commented 8 months ago

This patch removes some redundant parameters/attributes in Transpose and TransposeAdd kernels used in Omatcopy, Omatcopy2 and OmatAdd operators.

The PR also includes the following minor changes :