From 5133b11606ce4609799815c6fbacbdb91f897508 Mon Sep 17 00:00:00 2001 From: Massimiliano Meneghin Date: Sun, 10 Sep 2023 19:36:40 +0200 Subject: [PATCH] Updating script. --- benchmarks/lbm/src/RunCavityTwoPop.cu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/lbm/src/RunCavityTwoPop.cu b/benchmarks/lbm/src/RunCavityTwoPop.cu index cb8976bb..b3014461 100644 --- a/benchmarks/lbm/src/RunCavityTwoPop.cu +++ b/benchmarks/lbm/src/RunCavityTwoPop.cu @@ -174,9 +174,9 @@ auto runFilterComputeType(Config& config, testCode << "_SD"; return runFilterLattice(config, report, testCode); } - // if (config.computeTypeStr == "float") { - // return run(config, report); - // } + if (config.computeTypeStr == "float") { + return run(config, report); + } NEON_DEV_UNDER_CONSTRUCTION(""); }