1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Fastest option for the dslash

This commit is contained in:
Peter Boyle 2018-07-05 09:57:55 -04:00
parent c0e8bc9da9
commit 2cc07450f4

View File

@ -36,7 +36,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
namespace Grid {
#define COALESCE_GRANULARITY (32) // bytes for coalesce granularity of target: Pascal, Volta
#define COALESCE_GRANULARITY (16) // bytes for coalesce granularity of target: Pascal, Volta
template<class pair>
class GpuComplex {