@@ -20,18 +20,26 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com).
20
20
- This section lists some of the main new issues identified in release v1.00.00.
21
21
22
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.
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
25
26
26
- 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.
28
28
29
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).
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).
34
34
35
35
--------------------------------------------------------------------------------
36
36
37
37
[ 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