From fcb359a50c44f85d1634f0679cb2f427525c1adb Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Mon, 29 Jan 2024 10:54:54 +0100 Subject: [PATCH] [jt774] manually fix all processes for cudacpp '-G' option in HIP #808 (and also for Jorgen's name in copyright) for f in $(git ls-tree --name-only HEAD */SubProcesses/cudacpp.mk); do echo $f; \cp gq_ttq.mad/SubProcesses/cudacpp.mk $f; done for f in $(git ls-tree --name-only HEAD */COPYRIGHT); do echo $f; \cp gq_ttq.mad/COPYRIGHT $f; done --- epochX/cudacpp/ee_mumu.mad/COPYRIGHT | 2 +- epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/ee_mumu.sa/COPYRIGHT | 2 +- epochX/cudacpp/ee_mumu.sa/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_tt.mad/COPYRIGHT | 2 +- epochX/cudacpp/gg_tt.mad/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_tt.sa/COPYRIGHT | 2 +- epochX/cudacpp/gg_tt.sa/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_tt01g.mad/COPYRIGHT | 2 +- epochX/cudacpp/gg_tt01g.mad/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_ttg.mad/COPYRIGHT | 2 +- epochX/cudacpp/gg_ttg.mad/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_ttg.sa/COPYRIGHT | 2 +- epochX/cudacpp/gg_ttg.sa/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_ttgg.mad/COPYRIGHT | 2 +- epochX/cudacpp/gg_ttgg.mad/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_ttgg.sa/COPYRIGHT | 2 +- epochX/cudacpp/gg_ttgg.sa/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_ttggg.mad/COPYRIGHT | 2 +- epochX/cudacpp/gg_ttggg.mad/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gg_ttggg.sa/COPYRIGHT | 2 +- epochX/cudacpp/gg_ttggg.sa/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/gq_ttq.sa/COPYRIGHT | 2 +- epochX/cudacpp/gq_ttq.sa/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/heft_gg_h.sa/COPYRIGHT | 2 +- epochX/cudacpp/heft_gg_h.sa/SubProcesses/cudacpp.mk | 3 ++- epochX/cudacpp/pp_tt012j.mad/COPYRIGHT | 2 +- epochX/cudacpp/pp_tt012j.mad/SubProcesses/cudacpp.mk | 3 ++- 28 files changed, 42 insertions(+), 28 deletions(-) diff --git a/epochX/cudacpp/ee_mumu.mad/COPYRIGHT b/epochX/cudacpp/ee_mumu.mad/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/ee_mumu.mad/COPYRIGHT +++ b/epochX/cudacpp/ee_mumu.mad/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk b/epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/ee_mumu.sa/COPYRIGHT b/epochX/cudacpp/ee_mumu.sa/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/ee_mumu.sa/COPYRIGHT +++ b/epochX/cudacpp/ee_mumu.sa/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/ee_mumu.sa/SubProcesses/cudacpp.mk b/epochX/cudacpp/ee_mumu.sa/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/ee_mumu.sa/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/ee_mumu.sa/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_tt.mad/COPYRIGHT b/epochX/cudacpp/gg_tt.mad/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_tt.mad/COPYRIGHT +++ b/epochX/cudacpp/gg_tt.mad/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_tt.mad/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_tt.mad/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_tt.mad/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_tt.mad/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_tt.sa/COPYRIGHT b/epochX/cudacpp/gg_tt.sa/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_tt.sa/COPYRIGHT +++ b/epochX/cudacpp/gg_tt.sa/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_tt.sa/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_tt.sa/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_tt.sa/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_tt.sa/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_tt01g.mad/COPYRIGHT b/epochX/cudacpp/gg_tt01g.mad/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_tt01g.mad/COPYRIGHT +++ b/epochX/cudacpp/gg_tt01g.mad/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_tt01g.mad/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_tt01g.mad/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_tt01g.mad/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_tt01g.mad/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_ttg.mad/COPYRIGHT b/epochX/cudacpp/gg_ttg.mad/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_ttg.mad/COPYRIGHT +++ b/epochX/cudacpp/gg_ttg.mad/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_ttg.mad/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_ttg.mad/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_ttg.mad/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_ttg.mad/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_ttg.sa/COPYRIGHT b/epochX/cudacpp/gg_ttg.sa/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_ttg.sa/COPYRIGHT +++ b/epochX/cudacpp/gg_ttg.sa/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_ttg.sa/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_ttg.sa/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_ttg.sa/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_ttg.sa/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_ttgg.mad/COPYRIGHT b/epochX/cudacpp/gg_ttgg.mad/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_ttgg.mad/COPYRIGHT +++ b/epochX/cudacpp/gg_ttgg.mad/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_ttgg.mad/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_ttgg.mad/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_ttgg.mad/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_ttgg.mad/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_ttgg.sa/COPYRIGHT b/epochX/cudacpp/gg_ttgg.sa/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_ttgg.sa/COPYRIGHT +++ b/epochX/cudacpp/gg_ttgg.sa/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_ttgg.sa/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_ttgg.sa/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_ttgg.sa/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_ttgg.sa/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_ttggg.mad/COPYRIGHT b/epochX/cudacpp/gg_ttggg.mad/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_ttggg.mad/COPYRIGHT +++ b/epochX/cudacpp/gg_ttggg.mad/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_ttggg.mad/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_ttggg.mad/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_ttggg.mad/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_ttggg.mad/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gg_ttggg.sa/COPYRIGHT b/epochX/cudacpp/gg_ttggg.sa/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gg_ttggg.sa/COPYRIGHT +++ b/epochX/cudacpp/gg_ttggg.sa/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gg_ttggg.sa/SubProcesses/cudacpp.mk b/epochX/cudacpp/gg_ttggg.sa/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gg_ttggg.sa/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gg_ttggg.sa/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/gq_ttq.sa/COPYRIGHT b/epochX/cudacpp/gq_ttq.sa/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/gq_ttq.sa/COPYRIGHT +++ b/epochX/cudacpp/gq_ttq.sa/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/gq_ttq.sa/SubProcesses/cudacpp.mk b/epochX/cudacpp/gq_ttq.sa/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/gq_ttq.sa/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/gq_ttq.sa/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/heft_gg_h.sa/COPYRIGHT b/epochX/cudacpp/heft_gg_h.sa/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/heft_gg_h.sa/COPYRIGHT +++ b/epochX/cudacpp/heft_gg_h.sa/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/heft_gg_h.sa/SubProcesses/cudacpp.mk b/epochX/cudacpp/heft_gg_h.sa/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/heft_gg_h.sa/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/heft_gg_h.sa/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?) diff --git a/epochX/cudacpp/pp_tt012j.mad/COPYRIGHT b/epochX/cudacpp/pp_tt012j.mad/COPYRIGHT index 84a883fbb0..9036d9260a 100644 --- a/epochX/cudacpp/pp_tt012j.mad/COPYRIGHT +++ b/epochX/cudacpp/pp_tt012j.mad/COPYRIGHT @@ -15,7 +15,7 @@ The full development team currently includes the following authors : Stephan Hageboeck (CERN) Olivier Mattelaer (Universite Catholique de Louvain, original author) Stefan Roiser (CERN, original author) - Joergen Teig (CERN) + Jorgen Teig (CERN) Andrea Valassi (CERN, original author) Zenny Wettersten (CERN) See https://github.com/madgraph5/madgraph4gpu for more details. For the full diff --git a/epochX/cudacpp/pp_tt012j.mad/SubProcesses/cudacpp.mk b/epochX/cudacpp/pp_tt012j.mad/SubProcesses/cudacpp.mk index d94c3e5e6e..117edc1782 100644 --- a/epochX/cudacpp/pp_tt012j.mad/SubProcesses/cudacpp.mk +++ b/epochX/cudacpp/pp_tt012j.mad/SubProcesses/cudacpp.mk @@ -218,7 +218,8 @@ else ifneq ($(wildcard $(HIP_HOME)/bin/hipcc),) HIPINC = -I$(HIP_HOME)/include/ # Note: -DHIP_FAST_MATH is equivalent to -use_fast_math in HIP # (but only for single precision line 208: https://rocm-developer-tools.github.io/HIP/hcc__detail_2math__functions_8h_source.html) - GPUFLAGS = $(OPTFLAGS) $(CUOPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC + # Note: CUOPTFLAGS should not be used for HIP, it had been added here but was then removed (#808) + GPUFLAGS = $(OPTFLAGS) $(INCFLAGS) $(HIPINC) $(HIPARCHFLAGS) -DHIP_FAST_MATH -DHIP_PLATFORM=amd -fPIC ###GPUFLAGS += -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Wshadow GPUFLAGS += -std=c++17 ###GPUFLAGS+= --maxrregcount 255 # (AV: is this option valid on HIP and meaningful on AMD GPUs?)