- 14 Jun, 2019 2 commits
-
-
Luis Vega committed
-
* fix flaky test * fix flaky quantize pass
Haichen Shen committed
-
- 13 Jun, 2019 11 commits
-
-
* add support to event counters in VTA * fix comment * fix event-counter interface parameter * no longer needed * add sim back * add docs to event counters * fix docs * add more details about event counting * make dpi-module docs more accurate
Luis Vega committed -
Marcelo Duarte Trevisani committed
-
Hua committed
-
Tianqi Chen committed
-
Yong Wu committed
-
Hua committed
-
Steven S. Lyubomirsky committed
-
Zhi committed
-
Alexander Pivovarov committed
-
Yizhi Liu committed
-
* Support export ADT value in Python * Cache original functions * Cleanup * Cleanup
Wei Chen committed
-
- 12 Jun, 2019 6 commits
-
-
Yong Wu committed
-
Haichen Shen committed
-
* Support taking a tuple as an argument * Add test
Jared Roesch committed -
Marcus Shawcroft committed
-
Marcus Shawcroft committed
-
Leyuan Wang committed
-
- 11 Jun, 2019 8 commits
-
-
* add initial support to cycle counter to accelerator * remove prints from c * add event counter support to chisel tsim example * make it more readable * use a config class * update driver * add individual Makefile to chisel * add rule for installing vta package * add makefile for verilog backend * update drivers * update * rename * update README * put default sim back * set counter to zero
Luis Vega committed -
hlu1 committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Marcus Shawcroft committed
-
Alexander Pivovarov committed
-
* Add ability to load Prelude from disk * Port over id * Define compose * Linting errors and style changes * Eliminate unnecessary parens * Rename identType to typeIdent (makes more sense) * Another unnecessary paren * Bump the version number for the text format * Ensure .rly (Relay text files) are permitted * Correct release number and simplify grammar rule * Correct load_prelude docstring * Corrections to _parser * Add Apache headers to prelude source file * Remove test_prelude (redundant) * Correct misleading error message * Add check that parser is enabled in Prelude * Commit pre-generated parser, ensure generated files are treated as binaries, and have parser tests always fire * Permit parser files and git attributes files * Exclude gitattributes and parser files from apache check * Another attempt at appeasing Apache audit checker * Corrections to rat-excludes * Apache should be truly appeased now * Ignore Relay parser files by name * Mark parser files as generated so they don't show up on Github * Add parsing helper function for tests * Mark parser files as not detectable
Jared Roesch committed -
Zhi committed
-
- 10 Jun, 2019 9 commits
-
-
Alexander Pivovarov committed
-
* [Relay][heterogeneous] Fix TupleGetItem * retrigger ci * retrigger ci
Zhi committed -
hlu1 committed
-
* Support x86 dilation conv2d and improve multi-batch conv2d * Fix lint
Yao Wang committed -
Alexander Pivovarov committed
-
Alexander Pivovarov committed
-
The exist code of a posix compilant shell is 0..255. Attempting to return -1 will error in some shells and implicitly cast to 255 in others. Fix it by returning a legal return value.
Marcus Shawcroft committed -
Marcus Shawcroft committed
-
Marcus Shawcroft committed
-
- 09 Jun, 2019 4 commits
-
-
Luis Vega committed
-
Alexander Pivovarov committed
-
* Improve non_max_suppression for CPU * Improve get_valid_counts * Minor change * Skip some unnecessary computes
Yao Wang committed -
Nick Hynes committed
-