aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/KrancScript.m
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CodeGen/KrancScript.m')
-rw-r--r--Tools/CodeGen/KrancScript.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/KrancScript.m b/Tools/CodeGen/KrancScript.m
index a8add83..e757011 100644
--- a/Tools/CodeGen/KrancScript.m
+++ b/Tools/CodeGen/KrancScript.m
@@ -172,7 +172,7 @@ process["option"["implement"[imp_]]] :=
{Implementation -> process[imp]};
flags = {"loopcontrol"->UseLoopControl,"vectors"->UseVectors,"opencl"->UseOpenCL,
- "jacobian"->UseJacobian, "cse" -> CSE};
+ "jacobian"->UseJacobian, "cse" -> CSE, "cakernel" -> UseCaKernel};
process["option"["use"[features__]]] :=
Map[(lookup[flags,#] -> True) &,{features}/.(("feature"[n_]):>n)];