kthakore/perl-CUDA-Minimal forked from run4flat/perl-CUDA-Minimal
-
Added version check for CUDA_VERSION from header. See /usr/local/cuda…
kthakore committedJul 1, 2011 …/include/cuda.h
-
Added PeekAtLastError and DeviceReset.
run4flat committedJul 1, 2011 As I wrote these bindings back in January, I wished for something like both of these functions. Now that the CUDA Toolkit includes them, I'm including them in these bindings.
-
run4flat committed
Jun 27, 2011 -
Mostly documentation updates. Ready for Beta.
run4flat committedJun 27, 2011 I quickly double-checked the docs and made a few corrections. I'm pretty sure they're ready to go into a testing phase. Once I have some feedback, they'll go to CPAN!
-
run4flat committed
Jun 27, 2011 -
Working on Min -> Minimum rename.
run4flat committedJun 27, 2011 I plan to release this to CPAN under CUDA::Minimal, not CUDA::Min, since, as Chris Marshall pointed out, CUDA::Min could be ambiguous. I am in the middle of this work, though, and I have not tested it.
-
Fixed a really pesky PDL data transfer bug.
David Mertens committedFeb 21, 2011 It turned out that the internal function that determines whether the piddle is a slice/mmap or not was always using a double for its piddle, not the passed-in piddle's type. This led to datarefs that were too long, and that led to all sorts of memory issues. This set of corrections should fix that, though I'm not sure that the test suite is fully up-to-date.
-
Added note for a new test that needs to be included
David Mertens committedFeb 13, 2011
-
Substantial overhaul of the docs and lots of added functionality
David Mertens committedFeb 11, 2011
-
David Mertens committed
Feb 7, 2011
-
Added some extra error checking
David Mertens committedJan 12, 2011
-
Cleaned up some of the code, and the test suite; docs still need work
David Mertens committedJan 10, 2011
-
Worked a lot on the API; still needs work, and tests
David Mertens committedJan 7, 2011 -
David Mertens committed
Jan 7, 2011
-
David Mertens committed
Jan 3, 2011 -
Revised part of the interface and documentation
David Mertens committedJan 3, 2011 -
David Mertens committed
Jan 3, 2011 -
Revised the comments on the failure tests
David Mertens committedJan 3, 2011 -
David Mertens committed
Jan 3, 2011 -
David Mertens committed
Jan 3, 2011
-
First round, nearly got all the tests working
David Mertens committedDec 31, 2010