Skip to content

Commit 0fcd5d3

Browse files
committed
[prof0] ** COMPLETE PROF0 ** in CHANGELOG.md, document the changes in branch prof0 (new timers #972) and add copyright
1 parent 732773b commit 0fcd5d3

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<--
2+
Copyright (C) 2020-2024 CERN and UCLouvain.
3+
Licensed under the GNU Lesser General Public License (version 3 or later).
4+
Created by: A. Valassi (Oct 2023) for the MG5aMC CUDACPP plugin.
5+
Further modified by: A. Valassi (2024) for the MG5aMC CUDACPP plugin.
6+
-->
7+
18
# Changelog
29

310
All notable changes to this project will be documented in this file.
@@ -11,10 +18,11 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com).
1118
### Added
1219

1320
- Infrastructure issues
14-
- AV ([#945]) Add cudacpp_bldall runcard to produce multi-backend gridpacks.
15-
- AV ([#700]) Add cudacpp_helinl and cudacpp_hrdcod runcards to support HELINL=1 and HRDCOD=1 builds.
16-
- AV ([#957]) In internal "tlau" tests, instrument python code in gridpacks to provide timing profiles for event generation.
17-
- AV Enhance internal "tlau" tests and add a few test logs and various scripts to analyse them.
21+
- AV ([#945]) Added cudacpp_bldall runcard to produce multi-backend gridpacks.
22+
- AV ([#700]) Added cudacpp_helinl and cudacpp_hrdcod runcards to support HELINL=1 and HRDCOD=1 builds.
23+
- AV ([#957]) In internal "tlau" tests, instrumented python code in gridpacks to provide timing profiles for event generation.
24+
- AV Enhanced internal "tlau" tests and added a few test logs and various scripts to analyse them.
25+
- AV ([#972]) Added new RDTSC-based timers (faster than the legacy chrono-based timers) and adapted all internal APIs.
1826

1927
### Changed
2028

@@ -29,10 +37,10 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com).
2937
- AV ([#1011]) Added workaround for Floating Point Exceptions in vxxxxx in the HIP backend.
3038

3139
- Infrastructure issues
32-
- AV ([#1013]) Fix release scripts to create 'v1.00.01' tags from a '(1,0,1)' python tuple.
33-
- AV ([#1015]) Remove add_input_for_banner from output.py (plugin_run_card is not needed in cudacpp).
34-
- AV ([#995]) In cudacpp_config.mk move default FPTYPE from 'd' to 'm' (already the default cudacpp_backend in run_card.dat).
35-
40+
- AV ([#1013]) Fixed release scripts to create 'v1.00.01' tags from a '(1,0,1)' python tuple.
41+
- AV ([#1015]) Removed add_input_for_banner from output.py (plugin_run_card is not needed in cudacpp).
42+
- AV ([#995]) In cudacpp_config.mk moved default FPTYPE from 'd' to 'm' (already the default cudacpp_backend in run_card.dat).
43+
3644
--------------------------------------------------------------------------------
3745

3846
## [1.00.00] - 2024-10-03
@@ -74,6 +82,7 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com).
7482
[#945]: https://github.com/madgraph5/madgraph4gpu/issues/945
7583
[#957]: https://github.com/madgraph5/madgraph4gpu/issues/957
7684
[#959]: https://github.com/madgraph5/madgraph4gpu/issues/959
85+
[#972]: https://github.com/madgraph5/madgraph4gpu/issues/972
7786
[#993]: https://github.com/madgraph5/madgraph4gpu/issues/993
7887
[#995]: https://github.com/madgraph5/madgraph4gpu/issues/995
7988
[#1011]: https://github.com/madgraph5/madgraph4gpu/issues/1011

0 commit comments

Comments
 (0)