Skip to content

Commit

Permalink
Remove HIP_INDIRECT_FUNCTION (AMReX-Codes#4199)
Browse files Browse the repository at this point in the history
We used it in the past for kernel fusion with function pointers. This is
no longer supported.
  • Loading branch information
WeiqunZhang authored Oct 23, 2024
1 parent dc745bb commit 92679ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tools/GNUMake/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 92679ba

Please sign in to comment.