We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c3ed7 commit bc634c7Copy full SHA for bc634c7
2 files changed
scripts/actions-cuda-real64.cfg
@@ -15,7 +15,7 @@ FC = gfortran
15
F90 = gfortran
16
LD = nvcc
17
18
-CPPFLAGS = -DSIMD_CPU
+CPPFLAGS = -DSIMD_DISABLE
19
CFLAGS = -pipe -g -std=gnu11
20
# - We use "--relocatable-device-code=true" to allow building with
21
# debug versions of AMReX
scripts/actions-rocm-real64.cfg
@@ -16,7 +16,7 @@ FC = gfortran
LD = /opt/rocm/llvm/bin/clang++
CXXFLAGS = -pipe -g -std=c++17 --offload-arch=gfx90a
22
FPPFLAGS = -traditional
0 commit comments