mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 08:46:55 +01:00
Kernels -> pure static object to enable device execution
This commit is contained in:
@ -66,7 +66,7 @@ public:
|
||||
};
|
||||
|
||||
template<class Impl>
|
||||
class WilsonFermion5D : public WilsonKernels<Impl>, public WilsonFermion5DStatic
|
||||
class WilsonFermion5D : public WilsonFermion5DStatic, public Impl
|
||||
{
|
||||
public:
|
||||
INHERIT_IMPL_TYPES(Impl);
|
||||
|
Reference in New Issue
Block a user