codeplaysoftware / portBLAS

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

Add helper class to support vectorization #406

Closed aacostadiaz closed 1 year ago

aacostadiaz commented 1 year ago

This PR adds a helper class to support vectorization in level 1 operators.

muhammad-tanvir-1211 commented 1 year ago

Closing this PR as the performance of vectorization doesn't look promising.