Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xhilsa/pynum
a small python library for 1D and 2D arrays with GPU support
https://github.com/0xhilsa/pynum
array c cuda nvcc python3
Last synced: about 15 hours ago
JSON representation
a small python library for 1D and 2D arrays with GPU support
- Host: GitHub
- URL: https://github.com/0xhilsa/pynum
- Owner: 0xhilSa
- License: mit
- Created: 2024-12-19T18:15:19.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-02-09T19:00:00.000Z (6 days ago)
- Last Synced: 2025-02-09T20:19:15.545Z (6 days ago)
- Topics: array, c, cuda, nvcc, python3
- Language: C
- Homepage:
- Size: 360 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
a small python library for 1D and 2D arrays with GPU support(WIP)
---
## Accelerator
- CUDA## Installation
1. Clone this repo and navigate to the pynum dir
```bash
git clone https://github.com/0xhilSa/pynum.git && cd pynum
```2. Run the following bash script
```bash
bash install.sh
```## Note
See [TODO](https://github.com/0xhilSa/pynum/blob/master/TODO.md) and [ISSUES](https://github.com/0xhilSa/pynum/blob/master/ISSUES.md) to track the status## LICENSE
[MIT](https://github.com/0xhilSa/pynum/tree/master?tab=MIT-1-ov-file#readme)