xref: /petsc/src/mat/impls/h2opus/math2opusutilscpu.cxx (revision ccf0b5c1967b48da6c1c972ce7215de9b66fafa5)
1 #include <petscconf.h>
2 /* conditionally compile the CPU only code if PETSc is not configured with CUDA or HIP */
3 #if !defined(PETSC_HAVE_CUDA) && !defined(PETSC_HAVE_HIP)
4   #include "../src/mat/impls/h2opus/cuda/math2opusutils.cu"
5 #endif
6