- 14 Jun, 2019 2 commits
-
-
Alexander Pivovarov committed
-
* fix flaky test * fix flaky quantize pass
Haichen Shen committed
-
- 13 Jun, 2019 7 commits
-
-
Hua committed
-
Tianqi Chen committed
-
Yong Wu committed
-
Hua committed
-
Steven S. Lyubomirsky committed
-
Alexander Pivovarov committed
-
* Support export ADT value in Python * Cache original functions * Cleanup * Cleanup
Wei Chen committed
-
- 12 Jun, 2019 3 commits
-
-
Yong Wu committed
-
Haichen Shen committed
-
* Support taking a tuple as an argument * Add test
Jared Roesch committed
-
- 11 Jun, 2019 6 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
-
- 10 Jun, 2019 5 commits
-
-
Alexander Pivovarov committed
-
* [Relay][heterogeneous] Fix TupleGetItem * retrigger ci * retrigger ci
Zhi 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
-
- 09 Jun, 2019 2 commits
-
-
Alexander Pivovarov committed
-
* Improve non_max_suppression for CPU * Improve get_valid_counts * Minor change * Skip some unnecessary computes
Yao Wang committed
-
- 07 Jun, 2019 2 commits
-
-
[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 -
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
-
- 06 Jun, 2019 2 commits
-
-
* 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
-
- 05 Jun, 2019 2 commits
-
-
Ramana Radhakrishnan committed
-
Jared Roesch committed
-
- 04 Jun, 2019 3 commits
-
-
ziheng committed
-
* init impl for topk * Fix cpu for topk * init cuda impl for topk * Add cuda for topk * fix * Add doc * update doc * lint * lint * lint * x * fix warning * [Relay] Add TopK in tf converter * Add frontend converter * fix
Haichen Shen committed -
Sergei Grechanik committed
-
- 03 Jun, 2019 2 commits
-
-
Zhi committed
-
Sergei Grechanik committed
-
- 01 Jun, 2019 1 commit
-
-
* annotate using visitor * retrigger CI
Zhi committed
-
- 31 May, 2019 2 commits
-
-
Currently, the BindVar function does not take Var type into account. This causes two same graph structures with different var shapes to have same hash. Structural hash is used for keeping track of which operators we have already compiled. Because of this, two operators with different shapes end up pointing to same compiled code. The failure is encountered at runtime, where the expected input shape asserts are not met.
Animesh Jain committed -
Balint Cristian committed
-
- 29 May, 2019 1 commit
-
-
* Add graph tuning * Add tests * Fix tests * Fix pylint * Small fix for docstring * Minor fix * Support fetching workload from relay expr * Simplify benchmark layout transformation * Add relay support * Fix infer layout func name * Refactor internal data representation * Fix issues * Add PBQP solver * Fix layout transform check * Add PBQPTuner test * Fix lint * Update tutorial * Fix tutorial * Fix lint * Add relay test * Remove nnvm since nnvm graph can be converted to relay function * Modify benchmark layout wrt new layout_transform api * Fix lint * Update docstring for DP tuner * Refactor traverse graph * Support graph tuning for multiple target operators * Fix fetching workloads * Add x86 depthwise_conv2d infer_layout * Fix x86 depthwise_conv2d autotvm * Fix PBQP tuner * Fix DP tuner * Generate dummy layout transform record * Update tutorial * Modify layout records name * Add ASF header * Add ASF header for testing files * Fix test * Fix topi fetching * Some refactors * Fix lint * Fix tutorial * Rename test files * Fix doc typo * Add test case note link
Yao Wang committed
-