ctn-archive / nengo_theano

ABANDONED; see https://github.com/nengo/nengo instead
MIT License
3 stars 3 forks source link

OpenCL Simulator (rebase1) #43

Closed jaberg closed 11 years ago

jaberg commented 11 years ago

Adds simulator_ocl, with a simulator that can run the models built in Theano using OpenCL.

This is pretty raw code, so far it only supports test_runtime.py, and I haven't figured out how probes should work. Submitting as a PR for discussion or possible merging so we can figure out what to do with this code.

jaberg commented 11 years ago

FYI: Currently depends non-critically on non-standard Theano branch.

git@github.com:jaberg/Theano.git (branch: fix/loopvm)

Hopefully that branch will be merged to master shortly.