aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/Thorn.m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2011-12-18 14:52:10 -0500
committerErik Schnetter <schnetter@gmail.com>2011-12-18 14:52:10 -0500
commit0a36b4fafc1293d056e1e1cdc759f5abb8da90ba (patch)
tree27413ca67c80745738cebe454e4f8ae9b0dc135e /Tools/CodeGen/Thorn.m
parent06a5d44c1d1f04e1e28189b087e1f04299748c16 (diff)
Set requirements correctly for OpenCL
Diffstat (limited to 'Tools/CodeGen/Thorn.m')
-rw-r--r--Tools/CodeGen/Thorn.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/CodeGen/Thorn.m b/Tools/CodeGen/Thorn.m
index 8731c26..a82a23d 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -384,7 +384,6 @@ scheduleUnconditionalFunction[spec_] :=
(* Insert a SYNC line for each group we want to synchronize. *)
Map[{"SYNC: ", #, "\n"} &, lookupDefault[spec, SynchronizedGroups, {}]],
-
Map[{"TRIGGERS: ", #, "\n"} &, lookupDefault[spec, TriggerGroups, {}]],
(* TODO: Expect a set of keyword/value pairs instead of a string *)
@@ -399,7 +398,7 @@ scheduleUnconditionalFunction[spec_] :=
storage for *)
Map[groupStorage, lookupDefault[spec, StorageGroups, {}]]},
- Quote[lookup[spec, Comment]]]};
+ Quote[lookup[spec, Comment]]]};
(* Handle the aspect of scheduling the function conditionally *)
scheduleFunction[spec_] :=