mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Fastest option on SyCL is now std::complex
This commit is contained in:
parent
3c67d626ba
commit
834f536b5f
@ -65,7 +65,8 @@ void coalescedWriteNonTemporal(vobj & __restrict__ vec,const vobj & __restrict__
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
||||||
#ifndef GRID_SYCL
|
//#ifndef GRID_SYCL
|
||||||
|
#if 1
|
||||||
// Use the scalar as our own complex on GPU ... thrust::complex or std::complex
|
// Use the scalar as our own complex on GPU ... thrust::complex or std::complex
|
||||||
template<class vsimd,IfSimd<vsimd> = 0> accelerator_inline
|
template<class vsimd,IfSimd<vsimd> = 0> accelerator_inline
|
||||||
typename vsimd::scalar_type
|
typename vsimd::scalar_type
|
||||||
|
Loading…
Reference in New Issue
Block a user