You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A previously working Grid build fails with the latest commit 9945120 in develop.
Get the error: <path>/2023_august1_tioga_rocm5.2.0/Grid/Grid/qcd/smearing/GaugeConfigurationMasked.h:39:7: error: no matching function for call to 'generator' SU3::generator(e, te); ^~~~~~~~~~~~~~ <path>/2023_august1_tioga_rocm5.2.0/Grid/Grid/qcd/utils/SUn.h:199:15: note: candidate template ignored: could not match 3 against 4 static void generator(int lieIndex, iSUnMatrix<cplx> &ta) {
The above test is on an AMD GPU machine.
In case you need it, my build script is here
Can confirm that switching to an older commit d72e914 builds Grid without any problems.
The text was updated successfully, but these errors were encountered:
A previously working Grid build fails with the latest commit 9945120 in develop.
Get the error:
<path>/2023_august1_tioga_rocm5.2.0/Grid/Grid/qcd/smearing/GaugeConfigurationMasked.h:39:7: error: no matching function for call to 'generator' SU3::generator(e, te); ^~~~~~~~~~~~~~ <path>/2023_august1_tioga_rocm5.2.0/Grid/Grid/qcd/utils/SUn.h:199:15: note: candidate template ignored: could not match 3 against 4 static void generator(int lieIndex, iSUnMatrix<cplx> &ta) {
The above test is on an AMD GPU machine.
In case you need it, my build script is here
Can confirm that switching to an older commit d72e914 builds Grid without any problems.
The text was updated successfully, but these errors were encountered: