|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
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). |
6 | 6 |
|
7 | 7 | -------------------------------------------------------------------------------- |
8 | 8 |
|
9 | | -## [1.00.00] - 2024-10-02 |
| 9 | +## [1.00.00] - 2024-10-03 |
10 | 10 |
|
11 | 11 | ### Added |
12 | 12 |
|
13 | 13 | - (OM+AV+SR+SH+ZW+JT+DM) First release of the MG5aMC CUDACPP plugin. |
14 | 14 | - 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). |
17 | 34 |
|
18 | 35 | -------------------------------------------------------------------------------- |
19 | 36 |
|
|
0 commit comments