1. 12 5月, 2017 3 次提交
  2. 11 5月, 2017 2 次提交
    • Gabe Schwartz's avatar
      Added support for cudnn v6 dilated convolution. · 9f37bce1
      Gabe Schwartz 提交于
      9f37bce1
    • Xavier Bouthillier's avatar
      Merge pull request #5852 from Faruk-Ahmed/split_elemwise_addmul · 89aac420
      Xavier Bouthillier 提交于
      Adapt local_gpu_elemwise optimization of new gpuarray back-end to avoid number of inputs overflow with Elemwise<add,mul>. The current optimization was already splitting the input, but it was not using the method split_huge_add_or_mul because of new gpuarray lifter signature (see comment 
      https://github.com/Theano/Theano/pull/5852#discussion_r114145523)
      
      The unit test for large number of inputs was invalid because it was testing the old back-end (theano.sandbox.cuda). It is now adapted to gpuarray lifter optimization function. The number of settings tested is reduced to lower the computation time while still making sure we test at least one case with no number of inputs overflow and at least one case with number of inputs overflow.
      
      split_huge_add_or_mul() is made more general so it can be used if any case like Elemwise<add,mul> occurs elsewhere.
      89aac420
  3. 10 5月, 2017 3 次提交
  4. 07 5月, 2017 1 次提交
  5. 06 5月, 2017 7 次提交
  6. 04 5月, 2017 15 次提交
  7. 03 5月, 2017 1 次提交
  8. 02 5月, 2017 4 次提交
  9. 28 4月, 2017 4 次提交