codeplaysoftware / portBLAS

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

Fix building with different BLAS_INDEX_TYPES #459

Closed s-Nick closed 1 year ago

s-Nick commented 1 year ago

Currently if trying to build with BLAS_INDEX_TYPES different from int or with multiple values for the index type i.e. int;long the compilation fails. This PR addresses this problem.