1. 05 Nov, 2019 2 commits
  2. 04 Nov, 2019 4 commits
  3. 02 Nov, 2019 2 commits
    • [VTA] Performance optimize, remove unnecessary contigious memory use. (#4246) · 008aa838
      * [VTA] Performance optimize, remove unnecessary contigious memory use.
      
      Issue:
      Uop maintain a cache vector to copy uop data into contigious DRAM memory for
      FPGA/Simulator use, but this cache vector not get clear after FPGA/Simulator
      core run, in Resnet18 case, if we printf the cache size in UopQueue::ReadBarrier
      function, we can saw such cache size keep increase, this would cause
      no use data copy and unnecessary contigous DRAM memory malloc.
      
      Analysis:
      This issue caused by not clear cache_ vector when do
      uop_queue_.Reset().
      
      Solution:
      Override BaseQueue Reset function in UopQueue and add cache_ clear
      logic.
      
      * address review comments, remove spacing.
      Hua Jiang committed
    • Support reshape for dynamic shape in tf converter (#4185) · e9039d04
      * Support reshape for dynamic shape in tf converter
      
      * Only allow reshape directly after shape function for symbolic input shape
      
      * Fix lint
      Yao Wang committed
  4. 01 Nov, 2019 7 commits
  5. 31 Oct, 2019 6 commits
  6. 30 Oct, 2019 9 commits
  7. 29 Oct, 2019 3 commits
  8. 28 Oct, 2019 4 commits
  9. 27 Oct, 2019 3 commits