1. 04 12月, 2020 3 次提交
  2. 23 11月, 2020 3 次提交
  3. 20 11月, 2020 1 次提交
  4. 13 11月, 2020 1 次提交
  5. 30 10月, 2020 1 次提交
  6. 26 10月, 2020 1 次提交
  7. 13 10月, 2020 1 次提交
  8. 17 9月, 2020 7 次提交
  9. 12 8月, 2020 1 次提交
  10. 23 7月, 2020 2 次提交
    • M
      fix(jit): more testcases on the grad of JITExecutor · 672d4ad0
      Megvii Engine Team 提交于
      GitOrigin-RevId: c3bb40597934b65375e1b90f051fabaf01309815
      672d4ad0
    • M
      fix(jit): fix jit grad · bc95e873
      Megvii Engine Team 提交于
      a) fix shape mismatch when take grad of JITExecutor including Dimshuffle
      b) avoid redundant computation in the grad of JITExecutor
      c) not pass unused vars as inputs to the grad of JITExecutor to save device memory
      d) traverse internal graph only once in JITExecutor ctor instead of traverse
         whole graph in each call of setup_args()
      e) expand the gradient graph into the origin graph if all inputs are const
      
      GitOrigin-RevId: ba6a2b29e975c7f63a21785efad87dbda76143d4
      bc95e873
  11. 19 6月, 2020 1 次提交
  12. 06 5月, 2020 1 次提交
  13. 14 4月, 2020 3 次提交
  14. 25 3月, 2020 1 次提交