Install#
Requirements#
OpenCL GPU hardware
numpy
cmake(if compile from source)
Install from wheel#
pip install pyoclk
or download wheel from release and install
Compile from source#
C 1. Clone this repo
# http
git clone --recursive https://github.com/jinmingyi1998/opencl_kernels.git
# or with ssh
git clone --recursive git@github.com:jinmingyi1998/opencl_kernels.git
Install
cd opencl_kernels
python setup.py install
DO NOT move this directory after install