ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/examples/juliaflight-nosharing
(Generate patch)

Comparing OpenCL/examples/juliaflight-nosharing (file contents):
Revision 1.2 by root, Mon Apr 30 23:36:41 2012 UTC vs.
Revision 1.3 by root, Tue May 1 00:33:28 2012 UTC

25 } 25 }
26} 26}
27 27
28$ctx 28$ctx
29 or die "cannot find suitable OpenCL device\n"; 29 or die "cannot find suitable OpenCL device\n";
30
31print "using ", $dev->name, "\n";
30 32
31my $queue = $ctx->queue ($dev); 33my $queue = $ctx->queue ($dev);
32 34
33# now the boring opencl code 35# now the boring opencl code
34my $src = <<EOF; 36my $src = <<EOF;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines