codeplaysoftware / portBLAS

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

Add TPMV Level 2 BLAS Operator #417

Closed pgorlani closed 1 year ago

pgorlani commented 1 year ago

This patch adds an implementation of TPMV Level 2 operator compatible with TUNING_TARGET specializations for INTEL_GPU, AMD_GPU and NVIDIA_GPU.

This depends on https://github.com/codeplaysoftware/sycl-blas/pull/416.

muhammad-tanvir-1211 commented 1 year ago

Can you also update the operator table in the README to show that TPMV has been added into the library as part of this PR?

pgorlani commented 1 year ago

Can you also update the operator table in the README to show that TPMV has been added into the library as part of this PR?

Done in https://github.com/codeplaysoftware/sycl-blas/pull/417/commits/9c78b834d552f4f1fb26d04fc4e850245e1c11c6.