Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,706 contributions in the last year
Contribution activity
November 2020
Created a pull request in apache/incubator-tvm that received 4 comments
[CI] Add python setup script
To enable setup less stable python packages more quickly and avoid frequent docker update.
Opened 13 other pull requests in 3 repositories
apache/incubator-tvm
9
merged
- [COMMUNITY] New committer -- @mbaret
- [CI] Add more guidelines about additional local setup
- Update tophub link to new location
- [DOCS] Enable theme with header and footer.
- [BACKPORT-v0.7][FFI][BUGFIX] Fix leak when Packed callback arg is ndarray.
- Update stale link
- Update stale link to new location
- [OBJECT] Update types slots for baseexpr and primexpr
- [CI] Update to latest
apache/incubator-tvm-vta
2
merged
tlc-pack/tlcpack
2
merged
Reviewed 19 pull requests in 2 repositories
apache/incubator-tvm 17 pull requests
- [TIR] Add spans to all ExprNodes
- Fix bug of generate-unmatched-brackets in CodeGenC::PrintSSAAssign
- [GCC] Fix GCC8.1 and GCC8.2 template dispatch compilation issue
- [DOC] Improve the order of tutorials within a subsection
- [AutoScheduler] Fix the occasional crash caused by split memo
- [FIX,RPC] Skip RPC tests when using multiprocessing's spawn method
- [TIR] Make loop unrolling in LoopPartition optional
- [Bugfix][Module] Fix recursive GetFunction in runtime::Module
- Fix the build error for wasm-standalone app
- [TVMSCRIPT] Using diagnostics for TVM Script
- [TOPI] Enable scatter_add on GPU
- [Rust][IRModule] Flesh out IRModule methods
- [FIX] Add task_ci_python_setup.sh to the arm CI
- [AutoScheduler] Bug fix for layout rewrite CI error in i386
- Syntax error String::fromwe() should be String::from()
- [CI] Torch 1.7 update to mainline
- [CI] remove unused environment var
apache/incubator-tvm-site 2 pull requests
Created an issue in apache/incubator-tvm that received 1 comment
[RELAY] Support Random Number Generator
This is a consolidated thread of relay's PRNG support. PRNG are usually considered as stateful, as a result, we will need to support the following …