Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moviestoreguy/opencl_toolbox
A collection of tools intended to make working with OpenCL easier.
https://github.com/moviestoreguy/opencl_toolbox
Last synced: 3 days ago
JSON representation
A collection of tools intended to make working with OpenCL easier.
- Host: GitHub
- URL: https://github.com/moviestoreguy/opencl_toolbox
- Owner: MovieStoreGuy
- License: gpl-3.0
- Created: 2016-06-17T05:24:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T00:45:37.000Z (over 7 years ago)
- Last Synced: 2024-10-11T18:31:23.328Z (27 days ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCL Toolbox
The OpenCL Toolbox is a set of python scripts to allow for easier development
with OpenCL.## Install
To install all the required packages, simiply run:
```
pip install -r requirements.txt
```