From 39b7dbc5e37829abfbcfb77852b9138b31540b42 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 15 Jun 2016 12:34:05 +0200 Subject: Added some constness to variables related to the GEMM routines --- include/internal/routine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/internal/routine.h') diff --git a/include/internal/routine.h b/include/internal/routine.h index 6df186c5..d420e2db 100644 --- a/include/internal/routine.h +++ b/include/internal/routine.h @@ -44,12 +44,12 @@ class Routine { protected: // Runs a kernel given the global and local thread sizes - StatusCode RunKernel(Kernel &kernel, std::vector &global, + StatusCode RunKernel(Kernel &kernel, std::vector global, const std::vector &local, EventPointer event, std::vector& waitForEvents); // As above, but without an event waiting list - StatusCode RunKernel(Kernel &kernel, std::vector &global, + StatusCode RunKernel(Kernel &kernel, std::vector global, const std::vector &local, EventPointer event); // Tests for valid inputs of matrices A, B, and C -- cgit v1.2.3