mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-12 16:55:37 +00:00
BLas options
This commit is contained in:
parent
8bcbd82680
commit
d22eebe553
@ -518,7 +518,7 @@ public:
|
|||||||
#ifdef GRID_SYCL
|
#ifdef GRID_SYCL
|
||||||
#warning "oneMKL implementation not made "
|
#warning "oneMKL implementation not made "
|
||||||
#endif
|
#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
|
// Need a default/reference implementation
|
||||||
for (int p = 0; p < batchCount; ++p) {
|
for (int p = 0; p < batchCount; ++p) {
|
||||||
for (int mm = 0; mm < m; ++mm) {
|
for (int mm = 0; mm < m; ++mm) {
|
||||||
|
Loading…
Reference in New Issue
Block a user