Skip to content

Commit

Permalink
Schedule.m: Change schedule tag from OpenCL to Device
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Feb 2, 2012
1 parent 11012a7 commit 809e125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/Schedule.m
Expand Up @@ -106,7 +106,7 @@

(* TODO: Pass this as {keyword,value} pair instead of a string,
once Thorn.m understands this format *)
tags = If[useOpenCL, "OpenCL=1", ""];
tags = If[useOpenCL, "Device=1", ""];

prefixWithScope[group_] :=
If[StringMatchQ[ToString[group], __~~"::"~~__],
Expand Down

0 comments on commit 809e125

Please sign in to comment.