0
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added createbindings script for autogenerating ctype bindings to any header/library Initial import of pystream's KernelFactory for runtime More... about 17 years ago
Added some DESIGN_NOTES from our discussion More... about 17 years ago
Trivial changes More... about 17 years ago
Updated cublas_sgemm test for new api layout - will probably replace this test with what's in cublas-example.py Updated cudaarray to correctly handle cublas arrays. Updated cublas-example.py - it's now working but doesn't scale to large (N=4096) matrices for some reason without flickering More... about 17 years ago
minor updates to cublas-example More... about 17 years ago
cleanup in cudaarray and simplified the cublas/sgemm example More... about 17 years ago
Ported cudaarray class from pystream to use python-cuda Created a cublas example which uses cudaarrays (incomplete but very close to working) The cudaarrays provide a nice wrapper for malloc calls and also provides easy numpy array conversion More... about 17 years ago
collapsed 3 lines into 1 in the bw_test.py example More... about 17 years ago
Pulled ctypes_array into utils because bw_test in examples depends on it Modified cuda_utils imports for new layout Modified bw_test imports for new layout bw_test should now run in examples directory assuming you've python setup.py develop'd or python setup.py install'd More... about 17 years ago
Modified setup.py to put all modules in cuda package. More... about 17 years ago
removed setup.py-pycuda...no longer needed More... about 17 years ago
sudo python setup.py develop && python -c "from cuda import cuda,cu,cublas,cufft,utils" now works More... about 17 years ago
sudo python setup.py develop && python -c "from cuda import cuda,cu,cublas,cufft,utils" now works More... about 17 years ago
1. Added libutils.py for handling CDLL'ing libs. 2. Added __init__.py to cu to make it a module 3. Updated the imports for the tests in cu module to match the latest code layout More... about 17 years ago
clean up More... about 17 years ago
deleting duplicates More... about 17 years ago
even more shuffling: now we have src/<lib> and src/<lib>/tests for each api; misc for the non sorted code from 'examples'; examples for 'real' examples; but nothing has been tested More... about 17 years ago
more shuffling around More... about 17 years ago
more shuffling around More... about 17 years ago
1. Cleanup of mkdist shell More... about 17 years ago
1. Updated comments More... about 17 years ago
1. Shuffled some code around for a better layout (python setup.py build SHOULD still work ;) More... about 17 years ago
1. Simple test to see if I can push to server More... about 17 years ago
some clean up More... about 17 years ago
initial commit, with a few changes from NP More... about 17 years ago