summaryrefslogtreecommitdiff
path: root/src/tuning
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuning')
-rw-r--r--src/tuning/routines/xgemm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuning/routines/xgemm.cpp b/src/tuning/routines/xgemm.cpp
index 0cb32a2e..cf750519 100644
--- a/src/tuning/routines/xgemm.cpp
+++ b/src/tuning/routines/xgemm.cpp
@@ -88,7 +88,7 @@ void TuneXgemm(int argc, char* argv[]) {
// Direct version
printf("\n* Testing the direct GEMM routine for m=n=k\n");
- ForceSelectIndirectFrom<T>(to * to * to + 1, device);
+ ForceSelectIndirectFrom<T>(to + 1, device);
const auto direct = TimeRoutine(from, to, step, num_runs, queue, buffers, RunGemmRoutine<T>);
// Determining final score and best kernel selection point