Skip to content

A basic deep learning framework running on OpenCL. Using Arrayfire backend.

License

Notifications You must be signed in to change notification settings

mrdvince/penlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

penlight

a micro library for tensor stuff on opencl using arrayfire backend.

trying some opencl stuff on a "pytorch" like thing (basically stealing with no idea what am doing).

running

git clone --recursive git@github.com:mrdvince/penlight.git

then

c++ -O3 -Wall -shared -std=c++11 -fPIC $(python3-config --includes) -Iextern/pybind11/include bindings.cpp -o bindings$(python3-config --extension-suffix)

probably going to switch to cmake.

About

A basic deep learning framework running on OpenCL. Using Arrayfire backend.

Topics

Resources

License

Stars

Watchers

Forks