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

init offset values in test #1455

Closed Marcogarofalo closed 5 months ago

Marcogarofalo commented 5 months ago

sorry I was too slow in noticing this before #1452 was closed. I initialized the values of inv_param.offset, the issue was that they were initialized as https://github.com/lattice/quda/blob/a268171626c80d2701685ccbb9035c692d2db628/tests/utils/set_params.cpp#L212-L213 while the test assumes that they are initialized up to nvector

Marcogarofalo commented 5 months ago

@maddyscientist done, thank you.

maddyscientist commented 5 months ago

cscs-ci run