Skip to content

Commit

Permalink
Calculation.m: Provide a default for UseCaKernel in GetCalculationSch…
Browse files Browse the repository at this point in the history
…eduleName
  • Loading branch information
ianhinder committed Nov 14, 2012
1 parent 4665123 commit 052fa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/Calculation.m
Expand Up @@ -98,7 +98,7 @@

DefFn[
GetCalculationScheduleName[calc_List] :=
If[lookup[calc, UseCaKernel] && CalculationOnDevice[calc],
If[lookup[calc, UseCaKernel, False] && CalculationOnDevice[calc],
"CAKERNEL_Launch_",""]
<>lookup[calc, Name]];

Expand Down

0 comments on commit 052fa46

Please sign in to comment.