Releases: hughperkins/distro-cl
Releases · hughperkins/distro-cl
torch-cl-v1.0.2
Bugfixes:
- builds more reliably on Ubuntu 16.04 now
- should build ok in presence of anaconda2 now
- some bugfixes in installing from these .tar.bz2 releases
To install from the .tar.bz2 file, first move any existing ~/torch-cl
directory out of the way, and then:
wget https://github.com/hughperkins/distro-cl/releases/download/torch-cl-v1.0.2/torch-cl-v1.0.2.tar.bz2
tar -xf torch-cl-v1.0.2.tar.bz2
mv distro-cl ~/torch-cl
cd ~/torch-cl
bash install-deps
./install.sh
Alternatively, to install using git:
git clone --recursive https://github.com/hughperkins/distro-cl -b torch-cl-v1.0.2 ~/torch-cl
cd ~/torch-cl
bash install-deps
./install.sh
torch-cl-v1.0.0
First release of distro-cl. This distro provides:
- OpenCL version of 'cutorch', called 'cltorch'
- OpenCL version of 'cunn', called 'clnn'
- 'cutorch'
- 'cunn'
- 'torch'
- 'nn'
... and a bunch of other goodies besides.
Hopefully it will be stable, and provide a solid base to evolve OpenCL torch against :-)
(Note that the automatically generated source files wont do anything useful; you should use the uploaded 'torch-cl-1.0.0.tar.bz2 file, which contains all the files you need. I think. Let me know if anything is missing)