Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / pytorch/tvm issues and pull requests

#100 - Set the weight/params before build process

Issue - State: open - Opened by lly-zero-one over 5 years ago
Labels: enhancement

#99 - Fix submodule

Pull Request - State: closed - Opened by bddppq over 5 years ago

#98 - [trivial] Fix error msg

Pull Request - State: closed - Opened by yinghai over 5 years ago

#97 - [ci] Update circlci config to rebase onto master for all PRs

Pull Request - State: closed - Opened by bwasti over 5 years ago

#96 - Master broken due to changed in PT API. Catching up with that.

Pull Request - State: closed - Opened by kimishpatel over 5 years ago

#95 - Map batch matmul from PT to TVM.

Pull Request - State: open - Opened by kimishpatel over 5 years ago - 5 comments
Labels: cla signed

#94 - Changed linear to handle more than 2 dims for input.

Pull Request - State: closed - Opened by kimishpatel over 5 years ago - 1 comment

#93 - Cannot Import torch_tvm

Issue - State: open - Opened by scnakandala over 5 years ago - 2 comments

#92 - Fixes for the changes in PT API.

Pull Request - State: closed - Opened by kimishpatel over 5 years ago

#91 - Convert PT Int to 64 bit

Pull Request - State: closed - Opened by kimishpatel over 5 years ago

#90 - Converting torch.RNN to TVM Relay

Issue - State: open - Opened by kaimast over 5 years ago - 4 comments

#89 - Custom dense op

Pull Request - State: closed - Opened by kimishpatel over 5 years ago - 8 comments

#88 - Fusion logic bug fix.

Pull Request - State: closed - Opened by kimishpatel over 5 years ago - 2 comments

#86 - Managed aligned memory

Pull Request - State: closed - Opened by kimishpatel over 5 years ago - 3 comments

#85 - Removed duplicate node creation.

Pull Request - State: closed - Opened by kimishpatel over 5 years ago

#84 - Add the quantization linear op support

Pull Request - State: closed - Opened by lly-zero-one over 5 years ago

#83 - Add the support of lowering torch.cat to relay::concatenate

Pull Request - State: closed - Opened by lly-zero-one over 5 years ago - 1 comment

#82 - Conv1D and reduce op max.

Pull Request - State: closed - Opened by kimishpatel over 5 years ago

#81 - Support the TVM fusing group with one node

Issue - State: open - Opened by lly-zero-one over 5 years ago

#80 - Memory misalignment during Tensor conversion

Issue - State: closed - Opened by yinghai over 5 years ago

#79 - prim::ListConstruct fusion error

Issue - State: open - Opened by ulyssesxxxi over 5 years ago
Labels: enhancement

#78 - The concat seems to be not lowerable

Issue - State: closed - Opened by lly-zero-one over 5 years ago - 1 comment

#77 - Trouble Installing TVM Extension

Issue - State: closed - Opened by 14jyuan over 5 years ago - 9 comments

#76 - tensor type node to respect pytorch dtype

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#75 - tensor type node to respect pytorch dtype

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#74 - torch.jit.trace() error: Tracer cannot infer type of BoxList

Issue - State: closed - Opened by ulyssesxxxi over 5 years ago - 1 comment

#73 - Customized layer norm for pytorch tvm repo.

Pull Request - State: closed - Opened by kimishpatel over 5 years ago - 6 comments

#72 - [fusion] Migrate away from CustomFuseGraph

Pull Request - State: closed - Opened by bwasti over 5 years ago - 7 comments

#71 - [Operator] Add softmax support

Pull Request - State: closed - Opened by jroesch over 5 years ago

#70 - Supported model list?

Issue - State: closed - Opened by yongwww over 5 years ago - 1 comment

#69 - [tvm] version bump

Pull Request - State: closed - Opened by bwasti over 5 years ago - 1 comment

#68 - [WIP] Switch to using ProfiledTensorType

Pull Request - State: open - Opened by Krovatkin over 5 years ago
Labels: cla signed

#67 - [WIP] Loop impl

Pull Request - State: closed - Opened by bwasti over 5 years ago

#66 - [fusion] Migrate away from CustomFuseGraph

Pull Request - State: closed - Opened by bwasti over 5 years ago

#63 - [WIP] Loop impl

Pull Request - State: closed - Opened by bwasti over 5 years ago

#62 - [fusion] Migrate away from CustomFuseGraph

Pull Request - State: closed - Opened by bwasti over 5 years ago - 1 comment

#61 - Add a missing `import torch` stmt

Pull Request - State: closed - Opened by Krovatkin over 5 years ago

#60 - disable operator registration test to avoid segfault

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#58 - add fuse admm/matmul back to linear pass

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#57 - [codemod] deprecated macros

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#55 - Funny fusion effects - constant as output of compilation group

Issue - State: open - Opened by t-vi over 5 years ago - 4 comments

#54 - Needs LLVM 8+ but doesn't check

Issue - State: closed - Opened by t-vi over 5 years ago - 1 comment

#53 - is_initial_build detection doesn't work

Issue - State: closed - Opened by t-vi over 5 years ago

#52 - [tvm] Version bump + compat

Pull Request - State: closed - Opened by bwasti over 5 years ago

#51 - [testing] Make test more robust to directory structure runner env

Pull Request - State: closed - Opened by bwasti over 5 years ago

#50 - [pytorch] Fix to use new API

Pull Request - State: closed - Opened by bwasti over 5 years ago

#49 - [fix] Fixup return value bug in lambda

Pull Request - State: closed - Opened by bwasti over 5 years ago

#48 - [tvm] Use zero copy input

Pull Request - State: closed - Opened by bwasti over 5 years ago

#47 - [hotfix] Fix build (broken by change in PyTorch API)

Pull Request - State: closed - Opened by bwasti over 5 years ago - 1 comment

#46 - [hotfix] Fixes build (broken by change in pytorch API)

Pull Request - State: closed - Opened by bwasti over 5 years ago

#45 - [tvm] Version swap for performance

Pull Request - State: closed - Opened by bwasti over 5 years ago

#43 - [compiler] Expose relay ops registered as torch.ops.tvm.__

Pull Request - State: closed - Opened by bwasti over 5 years ago - 1 comment

#42 - [compiler][api] Enable custom registration of Relay ops from python

Pull Request - State: closed - Opened by bwasti over 5 years ago - 1 comment

#41 - [cleanup] Cleaning up the default values for TVMCompiler

Pull Request - State: closed - Opened by bwasti over 5 years ago

#40 - [python] Expose configuration options to users

Pull Request - State: closed - Opened by bwasti over 5 years ago

#39 - [operator] add adaptive average pooling

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#38 - [operators] Add reshape operator

Pull Request - State: closed - Opened by bwasti over 5 years ago

#37 - [compiler] naive fallback to jit interpreter

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#36 - [testing] Add the test for group conv

Pull Request - State: closed - Opened by lly-zero-one over 5 years ago - 2 comments

#35 - [benchmarks] Print % of compute compiled with TVM. Useful for debugging

Pull Request - State: closed - Opened by bwasti over 5 years ago

#34 - [benchmarks] Add csv output flag for benchmark accumulation

Pull Request - State: closed - Opened by bwasti over 5 years ago

#33 - [hotfix] Disable dilation test in conv (which is broken in TVM during auto-layout)

Pull Request - State: closed - Opened by bwasti over 5 years ago - 1 comment

#32 - [tuning] Update tuning log

Pull Request - State: closed - Opened by bwasti over 5 years ago

#31 - [operators] Add kernel information to Convolution

Pull Request - State: closed - Opened by bwasti over 5 years ago

#30 - [operators] Add relu_ support

Pull Request - State: closed - Opened by bwasti over 5 years ago

#29 - [operator] add linear

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#28 - [tvm] Version bump and fix

Pull Request - State: closed - Opened by bwasti over 5 years ago

#27 - [ci] Add initial circleCI file

Pull Request - State: closed - Opened by bwasti over 5 years ago

#26 - [fix] Remove dependencies on unexposed headers

Pull Request - State: closed - Opened by bwasti over 5 years ago

#25 - [fix] Remove dependencies on unexposed headers

Pull Request - State: closed - Opened by bwasti over 5 years ago

#23 - [benchmark] Add initial benchmark file

Pull Request - State: closed - Opened by bwasti over 5 years ago

#22 - [compiler] Improve conversion from PyTorch IR to Relay

Pull Request - State: closed - Opened by bwasti over 5 years ago - 1 comment

#20 - [operator] Add maxpool

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#19 - WIP

Pull Request - State: closed - Opened by bwasti over 5 years ago

#18 - [models] WIP

Pull Request - State: closed - Opened by bwasti over 5 years ago

#17 - [compiler] Add None type handling with sentinel value

Pull Request - State: closed - Opened by bwasti over 5 years ago

#16 - [testing] Refactor to use hypothesis style testing

Pull Request - State: closed - Opened by bwasti over 5 years ago

#15 - [compiler] Free vars may be less than input vars (some inputs ignored)

Pull Request - State: closed - Opened by bwasti over 5 years ago

#14 - [compiler] Support operators with multiple outputs

Pull Request - State: closed - Opened by bwasti over 5 years ago

#13 - [testing] Add resnet test file

Pull Request - State: closed - Opened by bwasti over 5 years ago

#12 - register schdule in py rather than cpp

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#11 - [operator] add avg_pool2d

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#10 - [testing] Renaming for pytest

Pull Request - State: closed - Opened by bwasti over 5 years ago

#9 - [operator] Add relu

Pull Request - State: closed - Opened by bwasti over 5 years ago

#8 - [operator] add convolution

Pull Request - State: closed - Opened by wanchaol over 5 years ago

#7 - [operator] Add batch norm

Pull Request - State: closed - Opened by bwasti over 5 years ago

#6 - Add proper build system

Pull Request - State: closed - Opened by bddppq over 5 years ago

#5 - [testing] Refactor

Pull Request - State: closed - Opened by bwasti over 5 years ago

#4 - [testing] Add check for graph fusion in traces

Pull Request - State: closed - Opened by bwasti over 5 years ago

#3 - [testing] Add check for graph fusion in traces

Pull Request - State: closed - Opened by bwasti over 5 years ago

#2 - Mock conv conversion, fix input ordering

Pull Request - State: closed - Opened by bwasti over 5 years ago

#1 - Explicit enable/disable tvm compile, refactor tests

Pull Request - State: closed - Opened by wanchaol over 5 years ago