openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-cuda
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
6 days
ago. based on code collected
6 days
ago.
Mar 30, 2025 — Mar 30, 2026
Showing page 6 of 6
Search / Filter on:
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
CUDA
More...
about 17 years ago
Added some DESIGN_NOTES from our discussion
CUDA
More...
about 17 years ago
Trivial changes
CUDA
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
CUDA
More...
about 17 years ago
minor updates to cublas-example
CUDA
More...
about 17 years ago
cleanup in cudaarray and simplified the cublas/sgemm example
CUDA
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
CUDA
More...
about 17 years ago
collapsed 3 lines into 1 in the bw_test.py example
CUDA
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
CUDA
More...
about 17 years ago
Modified setup.py to put all modules in cuda package.
CUDA
More...
about 17 years ago
removed setup.py-pycuda...no longer needed
CUDA
More...
about 17 years ago
sudo python setup.py develop && python -c "from cuda import cuda,cu,cublas,cufft,utils" now works
CUDA
More...
about 17 years ago
sudo python setup.py develop && python -c "from cuda import cuda,cu,cublas,cufft,utils" now works
CUDA
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
CUDA
More...
about 17 years ago
clean up
CUDA
More...
about 17 years ago
deleting duplicates
CUDA
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
CUDA
More...
about 17 years ago
more shuffling around
CUDA
More...
about 17 years ago
more shuffling around
CUDA
More...
about 17 years ago
1. Cleanup of mkdist shell
CUDA
More...
about 17 years ago
1. Updated comments
CUDA
More...
about 17 years ago
1. Shuffled some code around for a better layout (python setup.py build SHOULD still work ;)
CUDA
More...
about 17 years ago
1. Simple test to see if I can push to server
CUDA
More...
about 17 years ago
some clean up
thor
More...
about 17 years ago
initial commit, with a few changes from NP
thor
More...
about 17 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree