summaryrefslogtreecommitdiff
path: root/src/routine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routine.hpp')
-rw-r--r--src/routine.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/routine.hpp b/src/routine.hpp
index 5e2b4065..e77e35ad 100644
--- a/src/routine.hpp
+++ b/src/routine.hpp
@@ -75,9 +75,7 @@ class Routine {
EventPointer event_;
const Context context_;
const Device device_;
-
- // OpenCL device properties
- const std::string device_name_;
+ const cl_platform_id platform_;
// Compiled program (either retrieved from cache or compiled in slow path)
Program program_;