summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/internal/routine.h4
1 files changed, 2 insertions, 2 deletions
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<size_t> &global,
+ StatusCode RunKernel(Kernel &kernel, std::vector<size_t> global,
const std::vector<size_t> &local, EventPointer event,
std::vector<Event>& waitForEvents);
// As above, but without an event waiting list
- StatusCode RunKernel(Kernel &kernel, std::vector<size_t> &global,
+ StatusCode RunKernel(Kernel &kernel, std::vector<size_t> global,
const std::vector<size_t> &local, EventPointer event);
// Tests for valid inputs of matrices A, B, and C