squased commits from internal repository
[LbmBenchmarkKernelsPublic.git] / src / KernelFunctions.h
index 9c6b53e3ddc64c8a0b38d339b09b816e4cf6e377..1f3d16cfa1e42f771a95b31b08aa5a1b40002c1b 100644 (file)
@@ -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,
This page took 0.041216 seconds and 5 git commands to generate.