From d22eebe553d3321e3a26037ff1f514345ff501fe Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 21 Dec 2023 15:23:03 -0500 Subject: [PATCH] BLas options --- Grid/algorithms/multigrid/BatchedBlas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/algorithms/multigrid/BatchedBlas.h b/Grid/algorithms/multigrid/BatchedBlas.h index 5250b2a2..eca52657 100644 --- a/Grid/algorithms/multigrid/BatchedBlas.h +++ b/Grid/algorithms/multigrid/BatchedBlas.h @@ -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) {