summaryrefslogtreecommitdiff
path: root/src/routine.cpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-09 15:16:53 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-09 15:16:53 +0100
commitca5dbcd2bd31fb0a0e3f6c2f81b3c0fff6250738 (patch)
treebcf35f0d78f4d12d31a4224af3552e1517830d83 /src/routine.cpp
parent02c0d640375591b46f9838489e4beb9936508888 (diff)
Made the pre-processor run by default for ARM and Qualcomm GPUs
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 8c9317d1..5a1c0fe9 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, false);
+ device_, context_, options, 0);
// Store the compiled binary and program in the cache