We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8434d3 commit 8adf716Copy full SHA for 8adf716
Src/Base/AMReX_filcc_mod.F90
@@ -20,7 +20,7 @@ module amrex_filcc_module
20
#if (AMREX_SPACEDIM == 2)
21
public :: amrex_hoextraptocc_2d
22
#endif
23
-#ifdef AMREX_USE_CUDA
+#if defined(AMREX_USE_CUDA) && defined(AMREX_USE_GPU_PRAGMA)
24
public :: amrex_filccn_device
25
26
0 commit comments