madgraph5 / madgraph4gpu

GPU development for the Madgraph5_aMC@NLO event generator software package
30 stars 32 forks source link

Move from cuda 11.5 to 11.6 #334

Closed valassi closed 2 years ago

valassi commented 2 years ago

Cuda 11.6 was released yesterday.

By coincidence, I had just decided to move back from cuda 11.1 to cuda 11.5 yesterday, as the move to templated FFV functions in the code (#328) allows and requires that (see #282).

I should try out cuda 11.6, both:

valassi commented 2 years ago

I have installed cuda116.

The first test for #282 is done in PR #335

valassi commented 2 years ago

I have also tested the second part in #328

I am therefore MOVING TO CUDA11.6 (not cuda 11.5) as baseline in the context of PR #328.

This issue can be closed.