Skip to content

Commit b7c570f

Browse files
committed
Remove HIP_INDIRECT_FUNCTION
We used it in the past for kernel fusion with function pointers. This is no longer supported.
1 parent dc745bb commit b7c570f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tools/GNUMake/Make.defs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,6 @@ ifeq ($(USE_HIP),TRUE)
788788

789789
GPUSuffix := .HIP
790790

791-
ifeq ($(HIP_INDIRECT_FUNCTION),TRUE)
792-
DEFINES += -DAMREX_HIP_INDIRECT_FUNCTION
793-
endif
794-
795791
ifeq ($(USE_MPI),TRUE)
796792
# Make sure that the C/C++ MPI
797793
# wrappers are calling hipcc to compile the code.

0 commit comments

Comments
 (0)