aboutsummaryrefslogtreecommitdiff
path: root/src/core/compiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/compiler.cpp')
-rw-r--r--src/core/compiler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/compiler.cpp b/src/core/compiler.cpp
index bc7dd18..c5a28d7 100644
--- a/src/core/compiler.cpp
+++ b/src/core/compiler.cpp
@@ -246,6 +246,9 @@ int Compiler::compile(const std::string &options,
else if (token == "-cl-std=CL1.1")
{
}
+ else if (token == "-cl-std=CL1.2")
+ {
+ }
else if (token == "-cl-kernel-arg-info")
{
// required by clGetKernelArgInfo() v1.2 API