Skip to content
Frédéric Bastien edited this page Oct 10, 2013 · 24 revisions
  • Re-write DebugMode to reuse the CVM and simplify it
  • Allow to do memory profiling in the CVM (now it use the VM)
  • Compare our current memory usage during a Theano function call again the theoretical min
    • For this, we need to find the min theoretical minimum from a Theano graph when we know all shapes
  • Finish the new profiler to allow removing the old one. We need at least to add the memory profiler
  • less opaque theano.function()
  • Track user usage of Theano with their permission
    • Allow to find bug that would have affected you in the past too.
  • Bridge Theano with Numba
    • (done) Make an example how to use a Numba function in a Theano op
    • Allow to use Numba function as a Theano op easily(an automatic wrapper?)
    • Make Theano use the c interface of a Numba function
  • Opencl (in process)
  • Gen dll (a prototype is done)
  • Sympy optimization