- 11 Jun, 2019 7 commits
-
-
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
-
- 08 Jun, 2019 2 commits
-
-
* update README * update README * update README * update README * fix typo
Luis Vega committed -
Ligeng Zhu committed
-
- 07 Jun, 2019 7 commits
-
-
Tianqi Chen committed
-
[CI] Ensure rat ignores rust cargo lock files [CI] Ensure rat ignores emacs backup files [CI] Ensure rat ignores .egg-info (#3314)
Marcus Shawcroft committed -
Marcus Shawcroft committed
-
The existing RAT ASF license auditing logic ignores any failure in the shell pipeline rather than just the exit code of the final grep. Adjust the logic such that failure of the various tools in the pipeline are not elided away.
Marcus Shawcroft committed -
Marcus Shawcroft committed
-
Alexander Pivovarov committed
-
* add documentation and check for extension * add env variable for verilator include * fix typo * this will test if path exist otherwise it won't buid * check if verilator path and binary is set properly * add ? * remove export * no longer needed
Luis Vega committed
-
- 06 Jun, 2019 5 commits
-
-
Pedro Larroy committed
-
* Fix x86 depthwise conv2d alter_op_layout * Small fix * Add test case * Fix test * Assert kernel layout * Minor fix * Add get_shape function * Minor change
Yao Wang committed -
Alexey Romanov committed
-
* make off lowercase * update README
Luis Vega committed -
* Improve roi_align performance for x86 * Change test
Yao Wang committed
-
- 05 Jun, 2019 6 commits
-
-
Przemyslaw Tredak committed
-
hlu1 committed
-
Ramana Radhakrishnan committed
-
Luis Vega committed
-
abergeron committed
-
Alexander Pivovarov committed
-