mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
make simd width configure time option for GPU
This commit is contained in:
parent
28db0631ff
commit
1fd08c21ac
@ -36,9 +36,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
|||||||
|
|
||||||
namespace Grid {
|
namespace Grid {
|
||||||
|
|
||||||
//#define COALESCE_GRANULARITY (64) // bytes for coalesce granularity of target: Pascal, Volta
|
#define COALESCE_GRANULARITY ( GEN_SIMD_WIDTH )
|
||||||
//#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>
|
template<class pair>
|
||||||
class GpuComplex {
|
class GpuComplex {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user