Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- 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
728 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- jroesch/tvm-cli-rs CMake
Created a pull request in apache/incubator-tvm that received 2 comments
[Rust][Diagnostics] Add initial boilerplate for Rust diagnostic interface.
This PR exposes new diagnostics to Rust so we can reuse the better libraries for diagnostics rendering via Rust.
- More CHECK to ICHECK
- Replace CHECK* with ICHECK*
- [Relay] A set of utilities that allows a model to be run efficiently on tensorcores.
- [Bugfix] Auto scheduler tutorial failure on CI
- [RELAY] Refactor FoldConstant to skip TNonComputationalOps
- [Relay] Mix mode type inference
- [Rust][Diagnostics] Add initial boilerplate for Rust diagnostic interface.
- Refactor diagnostic to avoid circular dependencies
- [LLVM][WINDOWS] Recover windows support for the latest LLVM
- [FIX,MICROTVM] Skip microtvm tests if microtvm is not built
- Faster sparse_dense on GPUs
- [Rust] Improve NDArray, GraphRt, and Relay bindings
- [CI] Update ci-cpu to the latest
- [Diagnostics][Relay][InferType] Refactor InferType to work on whole module, and use new diagnostics.
- [VERSION] Version for v0.8 cycle
Created an issue in apache/incubator-tvm that received 3 comments
[IR] Make IRModule non-nullable
After my recent diagnostic refactors it would be great to make modules non-nullable as they have a valid "empty" value, and there is no reason to u…