Skip to content

Commit

Permalink
[jt774] manually fix all processes for cudacpp '-G' option in HIP #808
Browse files Browse the repository at this point in the history
…(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
  • Loading branch information
valassi committed Jan 29, 2024
1 parent 05f5ecf commit fcb359a
Show file tree
Hide file tree
Showing 28 changed files with 42 additions and 28 deletions.
2 changes: 1 addition & 1 deletion epochX/cudacpp/ee_mumu.mad/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/ee_mumu.sa/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/ee_mumu.sa/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt.mad/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_tt.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt.sa/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_tt.sa/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_tt01g.mad/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_tt01g.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttg.mad/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_ttg.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttg.sa/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_ttg.sa/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttgg.mad/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_ttgg.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttgg.sa/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_ttgg.sa/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttggg.mad/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_ttggg.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gg_ttggg.sa/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gg_ttggg.sa/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/gq_ttq.sa/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/gq_ttq.sa/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/heft_gg_h.sa/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/heft_gg_h.sa/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion epochX/cudacpp/pp_tt012j.mad/COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion epochX/cudacpp/pp_tt012j.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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?)
Expand Down

0 comments on commit fcb359a

Please sign in to comment.