Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xhilsa/pycu
PyCu
https://github.com/0xhilsa/pycu
cpp cuda nvcc python3
Last synced: about 2 months ago
JSON representation
PyCu
- Host: GitHub
- URL: https://github.com/0xhilsa/pycu
- Owner: 0xhilSa
- Created: 2024-07-28T11:49:27.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T12:57:29.000Z (6 months ago)
- Last Synced: 2024-12-15T15:19:39.250Z (about 2 months ago)
- Topics: cpp, cuda, nvcc, python3
- Language: Cuda
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyCu
### Python with CUDA support
this lib is under construction## To Do's
- [x] (define int16 class)
- [x] (define int32 class)
- [x] (define int64 class)
- [ ] (define float16 class)
- [ ] (define float32 class)
- [ ] (define float64 class)
- [ ] (link them together)
- [x] (link cuda file with python)
- [ ] (add some features init)