From 92679babfc2cc66ca06ee591a80001db57c89878 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Wed, 23 Oct 2024 16:01:28 -0500 Subject: [PATCH] Remove HIP_INDIRECT_FUNCTION (#4199) We used it in the past for kernel fusion with function pointers. This is no longer supported. --- Tools/GNUMake/Make.defs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tools/GNUMake/Make.defs b/Tools/GNUMake/Make.defs index 5c678bdcc9..66de8ec6a5 100644 --- a/Tools/GNUMake/Make.defs +++ b/Tools/GNUMake/Make.defs @@ -788,10 +788,6 @@ ifeq ($(USE_HIP),TRUE) GPUSuffix := .HIP - ifeq ($(HIP_INDIRECT_FUNCTION),TRUE) - DEFINES += -DAMREX_HIP_INDIRECT_FUNCTION - endif - ifeq ($(USE_MPI),TRUE) # Make sure that the C/C++ MPI # wrappers are calling hipcc to compile the code.