Skip to content

Commit f52ccc3

Browse files
committed
[install] complete the changelog for release v1.00.00 by adding a known issues section
1 parent 75464e1 commit f52ccc3

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

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

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,35 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com).
5+
The format is loosely based on [Keep a Changelog](https://keepachangelog.com).
66

77
--------------------------------------------------------------------------------
88

9-
## [1.00.00] - 2024-10-02
9+
## [1.00.00] - 2024-10-03
1010

1111
### Added
1212

1313
- (OM+AV+SR+SH+ZW+JT+DM) First release of the MG5aMC CUDACPP plugin.
1414
- Validated and released for MG5aMC version 3.6.0.
15-
- Hosted in the https://github.com/madgraph5/madgraph4gpu original repo,
16-
using the original directory structure (plugin is epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT).
15+
- Hosted in the https://github.com/madgraph5/madgraph4gpu original repo.
16+
- Repo uses the original directory structure (plugin is epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT).
17+
18+
### Known issues
19+
20+
- This section lists some of the main new issues identified in release v1.00.00.
21+
22+
- General issues
23+
- (#959) Cross-section instabilities when changing vector size between 32 and 16384.
24+
- (#993) LHE file mismatch (fortran vs cudacpp) in the experimental multi-backend gridpacks.
25+
26+
- Platform-specific issues
27+
- (#1011) Floating Point Exceptions in vxxxxx in the HIP backend.
28+
29+
- Physics-process-specific issues
30+
- (#944) Cross-section mismatch (fortran vs cudacpp) in Drell-Yan plus 4 jets.
31+
- (#942) Floating Point Exceptions in Drell-Yan plus 0 to 2 jets (workaround: `CUDACPP_RUNTIME_DISABLEFPE=1`).
32+
- (#846) ME mismatch (HRDCOD=1 vs HRDCOD=1) in EWdim6 models.
33+
- (#601) Builds fail with very complex final states (e.g. gg to ttgggg).
1734

1835
--------------------------------------------------------------------------------
1936

0 commit comments

Comments
 (0)