Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


pynum-logo


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)