From 11bb30e72bf1f2f36380c0bae8593d2e27ce3bfe Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Tue, 14 Mar 2017 20:29:51 +0100 Subject: Added the possibility to tune batched kernels --- src/tuning/kernels/copy_fast.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tuning/kernels/copy_fast.cpp') diff --git a/src/tuning/kernels/copy_fast.cpp b/src/tuning/kernels/copy_fast.cpp index 7a434513..10ef864b 100644 --- a/src/tuning/kernels/copy_fast.cpp +++ b/src/tuning/kernels/copy_fast.cpp @@ -46,6 +46,7 @@ class TuneCopy { static size_t DefaultM() { return 1024; } static size_t DefaultN() { return 1024; } static size_t DefaultK() { return 1; } // N/A for this kernel + static size_t DefaultBatchCount() { return 1; } // N/A for this kernel static double DefaultFraction() { return 1.0; } // N/A for this kernel static size_t DefaultNumRuns() { return 2; } // run every kernel this many times for averaging -- cgit v1.2.3