1. 09 11月, 2016 3 次提交
    • notoraptor's avatar
      Update. Many of @abergeron comments have been taken account. · 0d197386
      notoraptor 提交于
      Tests have been rewritten, and they run so that
      a CPU computation and a GPU computation are always
      performed (separately) on the same input.
      
      This allow to run the tests with Theano profiling
      flags and then compare the execution time of
      MaxAndArgmax (CPU) and GpuMaxAndArgmax (GPU).
      
      Some code has also been modified in theano/tensor/basic.py,
      related to MaxAndArgmax, to make the API more uniform
      and to put most of axis checking in maxandargmax wrapper
      instead of in make_node functions of (Gpu)MaxAndArgmax.
      0d197386
    • notoraptor's avatar
      Flake8 error (again ! ...) · 37115ad1
      notoraptor 提交于
      37115ad1
    • notoraptor's avatar
      This is my proposal for GpuMaxAndArgmax (issue #1399). · 218d006c
      notoraptor 提交于
      GpuMaxAndArgmax op is implemented in a separate file
      in theano/gpuarray.
      
      A test script has also been written.
      
      To integrate this op in Theano, an optimization has been
      added to ttheano/gpuarray/opt.py.
      218d006c
  2. 08 11月, 2016 19 次提交
  3. 07 11月, 2016 2 次提交
  4. 05 11月, 2016 16 次提交