mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
Pow is being awkward in thrust for reasons I don't understand. Possible thrust bug.
This commit is contained in:
@ -146,6 +146,7 @@ template<class obj,int N> accelerator_inline auto toComplex(const iMatrix<obj,N>
|
||||
BINARY_RSCALAR(div,Integer);
|
||||
BINARY_RSCALAR(mod,Integer);
|
||||
BINARY_RSCALAR(pow,RealD);
|
||||
BINARY_RSCALAR(pow,RealF);
|
||||
|
||||
#undef UNARY
|
||||
#undef BINARY_RSCALAR
|
||||
|
Reference in New Issue
Block a user