codeplaysoftware / portBLAS

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

Added benchmarks for GEMM complex types #465

Closed OuadiElfarouki closed 1 year ago

OuadiElfarouki commented 1 year ago

This PR extends portBLAS, cuBLAS & rocBLAS benchmarks to complex (float & double) data types for Gemm, GemmBatched and GemmBatchedStrided operators.