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 59d2f09 commit d16f2b5Copy full SHA for d16f2b5
Make.Microphysics_extern
@@ -1,9 +1,12 @@
1
# This is the main include makefile for applications that want to use Microphysics
2
# You should set NETWORK_OUTPUT_PATH before including this file
3
4
-# For HIP, inlining produces large kernels that seem to cause memory issues
+# For some (older?) versions of HIP, inlining produces large kernels
5
+# that seem to cause memory issues
6
ifeq ($(USE_HIP),TRUE)
7
+ ifeq ($(DISABLE_HIP_INLINE),TRUE)
8
EXTRACXXFLAGS += -mllvm -amdgpu-function-calls=true
9
+ endif
10
endif
11
12
# for common code paths between simplified-SDC and true-SDC, we'll
0 commit comments