Skip to content

Commit

Permalink
CaKernel.m: Remove CopyFromDev function in schedule.ccl
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Feb 2, 2012
1 parent 952bb0f commit 36db9e3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Tools/CodeGen/CaKernel.m
Expand Up @@ -75,14 +75,7 @@
Map[kernelCCLBlock, calcs]]];

DefFn[CaKernelSchedule[] :=
Module[
{},
{{
Name -> "CaKernel_CopyFromDev",
SchedulePoint -> "at ANALYSIS",
Language -> "C",
Comment -> "Copy variables from devices"
}}]];
{}];

CaKernelConfigurationCLL[] :=
"REQUIRES CUDA";
Expand Down

0 comments on commit 36db9e3

Please sign in to comment.