madgraph5 / madgraph4gpu

GPU development for the Madgraph5_aMC@NLO event generator software package
29 stars 33 forks source link

Set up separate CI tests for x86_64 and ARM for Linux and MacOS (this may need self hosted runners) #839

Open valassi opened 2 months ago

valassi commented 2 months ago

Set up separate CI tests for x86_64 and ARM for Linux and MacOS (this may need self hosted runners)

This is a followup to #838. One CI test failed on Mac ARM, while the same code was previously succeding on Mac x86.

I suspect that issue #838 is specific to ARM MacOS. But I am unable to debug as I have no MacOS machine (neither x86 nor arm). So I just worked around it by disabling the test. cc @oliviermattelaer @roiser @hageboeck

It is unclear whether it is possible today to specify arm vs x86 in github-hosted runners. I think we probably need self hosted runners for this.