codeplaysoftware / portBLAS

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

Fix type comparison for joint_matrix #480

Closed muhammad-tanvir-1211 closed 11 months ago

muhammad-tanvir-1211 commented 11 months ago

This patch fixes a bug identified when passing const float as input container type for using joint_matrix api in portBLAS instead of float. Also, I removed a few lines from .clang-format file which were causing error while formatting the source code.