-
In https://github.com/lattice/quda/blob/develop/include/kernels/gauge_random.cuh#L45, QUDA attempts to generate some normally distributed random variables by applying the Box-Muller transform.
Comp…
-
The URL in the CMakeLists.txt of QUDA 1.0.0 is dead. Link gives off a zerobyte file that fails the build
I suggest a change in the CMakeLists.txt at these two lines
![Screenshot from 2022-07-26 16-3…
-
I've observed a (rather substantial) performance regression in `updateMultigridQuda` sometime after commit be1766a519995f8c16b9541c300f883efabc3df8. The earliest 'bad' commit (which I could compile a…
-
https://github.com/lattice/quda/blob/6d16d9e06ac1aca084638db116b0dd1a0ab035b6/include/targets/cuda/math_helper.cuh#L96
-
Implement the ildg format
-
For the following monomial (as an example)
```
BeginMonomial NDCLOVERRAT
Timescale = 1
kappa = 0.1400645
CSW = 1.74
AcceptancePrecision = 1e-21
ForcePrecision = 1e-16
StildeMin…
-
It seems that b70e6f40b441bde1c0b3eff108f5ce58312e1221 has introduced a regression into the setup refresh logic. Instead of refreshing when `MGRefreshSetupMDUThreshold` is reached, the setup is merely…
-
In test runs of cD211.054.96, the job aborts after three trajectories because it exceeds the device memory limits:
![image](https://user-images.githubusercontent.com/1325246/136336373-b96d1f35-1782…
-
There seems to be a bug right now which messes up the QUDA parameters when used in both the HMC for the single parity solve as well as for the online measurement. Probably just some silly oversight.
-
In solves using QUDA's multishift-CG, one can choose to perform the multi-shift solve up to some given precision (let's say single) which may already converge some of the largest shifts. The remaining…