Skip to content

Commit 262b845

Browse files
committed
[install] further improve the changelog for release v1.00.00 by adding URL links for all known issues
1 parent f52ccc3 commit 262b845

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

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

+15-7
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,26 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com).
2020
- This section lists some of the main new issues identified in release v1.00.00.
2121

2222
- 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.
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.
2525

2626
- Platform-specific issues
27-
- (#1011) Floating Point Exceptions in vxxxxx in the HIP backend.
27+
- ([#1011]) Floating Point Exceptions in vxxxxx in the HIP backend.
2828

2929
- 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).
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).
3434

3535
--------------------------------------------------------------------------------
3636

3737
[1.00.00]: https://github.com/madgraph5/madgraph4gpu/releases/tag/cudacpp_for3.6.0_v1.00.00
38+
39+
[#601]: https://github.com/madgraph5/madgraph4gpu/issues/601
40+
[#846]: https://github.com/madgraph5/madgraph4gpu/issues/846
41+
[#942]: https://github.com/madgraph5/madgraph4gpu/issues/942
42+
[#944]: https://github.com/madgraph5/madgraph4gpu/issues/944
43+
[#959]: https://github.com/madgraph5/madgraph4gpu/issues/959
44+
[#993]: https://github.com/madgraph5/madgraph4gpu/issues/993
45+
[#1011]: https://github.com/madgraph5/madgraph4gpu/issues/1011

0 commit comments

Comments
 (0)