lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
287 stars 94 forks source link

Prepare for hipMemoryType changes in ROCm 6 #1418

Closed dmcdougall closed 9 months ago

dmcdougall commented 9 months ago

This is a breaking change happening in ROCm 6. We guard on the new enum value.

The name change has been around since 5.5, so that's why we're not guarding it here.

dmcdougall commented 9 months ago

Thanks for the merge. I'll work on cleaning up the compiler warnings.