summaryrefslogtreecommitdiff
path: root/include/internal/routine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routine.h')
-rw-r--r--include/internal/routine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/internal/routine.h b/include/internal/routine.h
index 1b2e0dbb..a65ced20 100644
--- a/include/internal/routine.h
+++ b/include/internal/routine.h
@@ -29,10 +29,6 @@ namespace clblast {
class Routine {
public:
- // Khronos OpenCL extensions
- const std::string kKhronosHalfPrecision = "cl_khr_fp16";
- const std::string kKhronosDoublePrecision = "cl_khr_fp64";
-
// The cache of compiled OpenCL programs, along with some meta-data
struct ProgramCache {
Program program;