1
0
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:
Peter Boyle
2019-06-09 11:20:01 +01:00
parent 9fbcfe612c
commit 3e41b1055c
8 changed files with 64 additions and 321 deletions

View File

@ -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)