lattice / quda

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

Typo in macro in develop branch, file lib/targets/hip/device.cpp prevents HIP compilation #1373

Closed detar closed 1 year ago

detar commented 1 year ago

Here is the fix

diff --git a/lib/targets/hip/device.cpp b/lib/targets/hip/device.cpp index 38afb0d09..21366628c 100644 --- a/lib/targets/hip/device.cpp +++ b/lib/targets/hip/device.cpp @@ -54,7 +54,7 @@ namespace quda void init_thread() { if (device_id == -1) errorQuda("No HIP device has been initialized for this process");