X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=LbmBenchmarkKernelsPublic.git;a=blobdiff_plain;f=src%2FKernelFunctions.h;fp=src%2FKernelFunctions.h;h=1f3d16cfa1e42f771a95b31b08aa5a1b40002c1b;hp=9c6b53e3ddc64c8a0b38d339b09b816e4cf6e377;hb=9e0051cb083e4d8575cbd9f4a41d11552358e151;hpb=8cafd9ea08a6b1103eab29811227a7ae536dffa6 diff --git a/src/KernelFunctions.h b/src/KernelFunctions.h index 9c6b53e..1f3d16c 100644 --- a/src/KernelFunctions.h +++ b/src/KernelFunctions.h @@ -39,7 +39,7 @@ #include "BenchKernelD3Q19ListAa.h" #include "BenchKernelD3Q19ListAaRia.h" #include "BenchKernelD3Q19ListAaPv.h" -#ifdef VECTOR_AVX512 +#ifdef VECTOR_AVX512_GATHER #include "BenchKernelD3Q19ListAaPvGatherAoSoA.h" #include "BenchKernelD3Q19ListAaPvGather.h" #include "BenchKernelD3Q19ListAaPvGatherHybrid.h" @@ -75,7 +75,7 @@ KernelFunctions g_kernels[] = .Init = D3Q19ListAaInit_PushAoS, .Deinit = D3Q19ListAaDeinit_PushAoS }, -#ifdef VECTOR_AVX512 +#ifdef VECTOR_AVX512_GATHER { .Name = "list-aa-pv-gather-aosoa", .Init = D3Q19ListAaPvGatherAoSoAInit_PushAoSoA,