codeplaysoftware / portBLAS

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

Fixed minor issue in Gemm & updated Gemm doc #456

Closed OuadiElfarouki closed 1 year ago

OuadiElfarouki commented 1 year ago

This PR fixes a type issue in make_gemm signature & updates the Gemm documentation after the changes made to introduce _gemm_strided_batched.