1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

BLas options

This commit is contained in:
Peter Boyle 2023-12-21 15:23:03 -05:00
parent 8bcbd82680
commit d22eebe553

View File

@ -518,7 +518,7 @@ public:
#ifdef GRID_SYCL
#warning "oneMKL implementation not made "
#endif
#if !definte(GRID_SYCL) && !defined(GRID_CUDA) && !defined(GRID_HIP)
#if !defined(GRID_SYCL) && !defined(GRID_CUDA) && !defined(GRID_HIP)
// Need a default/reference implementation
for (int p = 0; p < batchCount; ++p) {
for (int mm = 0; mm < m; ++mm) {