mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 22:07:05 +01:00
Remove Gpu only kernels.
This commit is contained in:
@ -358,10 +358,7 @@ case ${ax_cv_cxx_compiler_vendor} in
|
||||
esac;;
|
||||
intel)
|
||||
case ${ac_SIMD} in
|
||||
GPU)
|
||||
AC_DEFINE([GPU],[1],[GPU float4 vectors])
|
||||
SIMD_FLAGS='';;
|
||||
VGPU)
|
||||
GPU|VGPU)
|
||||
AC_DEFINE([GPU_VEC],[1],[GPU vectorised ])
|
||||
SIMD_FLAGS='';;
|
||||
SSE4)
|
||||
|
Reference in New Issue
Block a user