StanfordLegion / legion

The Legion Parallel Programming System
https://legion.stanford.edu
Apache License 2.0
661 stars 146 forks source link

CI Configuration for nvc++ #976

Open lightsighter opened 3 years ago

lightsighter commented 3 years ago

We need at least one configuration for testing compilation of Legion and Realm with nvc++. We can get nvc++ publicly here:

https://developer.nvidia.com/nvidia-hpc-sdk-209-downloads

elliottslaughter commented 4 months ago

We have HPCSDK in our CI. Is that the same thing?

lightsighter commented 4 months ago

Kind of. We're testing nvc++ as a host compiler. We still don't have a configuration where we test nvc++ as both the host and device compiler in the same job.