1. 30 Aug, 2019 2 commits
  2. 29 Aug, 2019 9 commits
  3. 28 Aug, 2019 3 commits
  4. 27 Aug, 2019 1 commit
  5. 26 Aug, 2019 3 commits
    • Fix inconsistent python/cpp API behavior for if_then_else, power (#3829) · 283b0c3f
      * fix inconsistent python/cpp APIs for if_then_else
      
      * fix error message
      
      * fix power consistency
      
      * fix
      
      * fix bug
      
      * add test
      Xingjian Shi committed
    • [VTA][TSIM] Introduce Virtual Memory for TSIM Driver (#3686) · 92b6ca71
      * initial virtual memory;
      
      * initial integration;
      
      * include the header file in cmake;
      
      * implement allocation with virtual to logical address mapping;
      
      * virtual memory for tsim_driver;
      
      * implement the missing memory release function;
      
      * readability improvement;
      
      * readability improvement;
      
      * address review comments;
      
      * improved robustness in virtual memory allocation;
      
      * remove VTA_TSIM_USE_VIRTUAL_MEMORY macro and use virtual memory for tsim by default;
      
      * link tvm against vta library;
      
      * merge with master
      
      * build virtual memory system without linking tvm against vta;
      
      * minor change;
      
      * reuse VTA_PAGE_BYTES;
      
      * using DRAM class from sim_driver as VirtualMemoryManager;
      
      * satisfy linter;
      
      * add comments in code;
      
      * undo changes to Makefile
      
      * undo changes to Makefile
      
      * retrigger ci;
      
      * retrigger ci;
      
      * directly call into VirtualMemoryManager::Global()
      Liangfu Chen committed
  6. 24 Aug, 2019 1 commit
  7. 23 Aug, 2019 5 commits
  8. 22 Aug, 2019 3 commits
  9. 21 Aug, 2019 3 commits
  10. 20 Aug, 2019 2 commits
  11. 19 Aug, 2019 5 commits
  12. 18 Aug, 2019 1 commit
  13. 17 Aug, 2019 2 commits