Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkturkcan/neuropiler
Neuropiler transpiles Python and Python-like source code into valid CUDA kernels.
https://github.com/mkturkcan/neuropiler
Last synced: 17 days ago
JSON representation
Neuropiler transpiles Python and Python-like source code into valid CUDA kernels.
- Host: GitHub
- URL: https://github.com/mkturkcan/neuropiler
- Owner: mkturkcan
- License: bsd-3-clause
- Created: 2019-02-22T17:44:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T18:30:30.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T08:03:14.154Z (2 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neuropiler
Neuropiler transpiles Python and Python-like source code into valid CUDA kernels. Neuropiler was built to enable automatic code generation for the Neurodriver project.Neuropiler is in early stages of development.
## Installation
No formal installation exists yet. On a terminal, type:
```bash
pip install astunparse
```
## How to Run
On terminal, type
```bash
python neuropile.py examples/example_LeakyIAF.py
```
to generate code for a LeakyIAF neuron example.## Development
Main development repository for Neuropiler is currently https://github.com/mkturkcan/Neuropiler/.