summaryrefslogtreecommitdiff
path: root/src/routine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routine.cpp')
-rw-r--r--src/routine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routine.cpp b/src/routine.cpp
index 93882fbf..8c9317d1 100644
--- a/src/routine.cpp
+++ b/src/routine.cpp
@@ -148,7 +148,7 @@ void Routine::InitProgram(std::initializer_list<const char *> source) {
// Completes the source and compiles the kernel
program_ = CompileFromSource(source_string, precision_, routine_name_,
- device_, context_, options);
+ device_, context_, options, false);
// Store the compiled binary and program in the cache