projects
/
platform
/
upstream
/
tvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/tvm.git
2020-06-03
Junru Shao
[Object][FFI] Introduce runtime::String::CanConvertFrom...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
lixiaoquan
Avoid downloading when TOPHUB_LOCATION is NONE (#5720)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Samuel
[MXNET]Softmin, trunc op support added (#5715)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Junru Shao
[Object] Unify StrMapNode and MapNode (#5687)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
tobe
Rename tvm_dso_op to libtvm_dso_op (#5714)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Liangfu Chen
[BUGFIX][CRT] Fix Compilation Error in CRT (#5713)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Tianqi Chen
Remove opengl runtime and cmake (#5712)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Tianqi Chen
Remove deprecated opengl files (#5711)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Samuel
[PYTORCH]ReplicationPad support added (#5708)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Cody Yu
[PatternLang] Simplify Pattern API Implementations...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Tianqi Chen
[REFACTOR][PY] relay.op.Op -> tvm.ir.Op (#5705)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
Rand Xie
fix typo: anchor windoes should be anchor windows ...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-01
ANSHUMAN TRIPATHY
[Arith] ExtendedEuclidean merge impl to int_operator...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-31
Neo Chien
[AutoTVM][TOPI] Fix bifrost spatial packing conv2d...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-30
Samuel
[PYTORCH]floor_divide support for squeezenet (#5702)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-30
Zhi
[REFACTOR][RELAY] Replace build_config with PassContext...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-30
Cody Yu
[BYOC] Support Tuple Output in C/DNNL Codegen (#5701)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-30
Balint Cristian
[ONNX] Skip ADD inside Gemm op when vector is zero...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-30
Matthew Brookhart
[PatternLang]Conditionally Embedding Constants in Parti...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
notoraptor
In memory_plan, check if value is not None, instead...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Samuel
[ONNX]LpPool Support added (#5696)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
tobe
Support more dtypes for TVMDSOOp (#5694)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Tianqi Chen
[COMMUNITY] @masahi -> PPMC (#5691)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Tianqi Chen
@zhiics -> PPMC (#5692)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Zhi
[REFACTOR][RELAY] move fallback_device to config (...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
lhutton1
[RELAY] Fix segfault in pretty print when ObjectRef...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
lixiaoquan
[Relay] Fix dataflow_pattern.rewrite() hang if Match...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-29
Samuel
[PYTORCH]Minor bug fixes (#5683)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-28
Cody Yu
[PatternLang] Add ConstantPattern (#5689)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-28
Neo Chien
[TIR][REFACTOR] std::string -> String Migration in...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-28
Samuel
[TFLITE]Quantize & Dequantize op (#5394)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-28
Cody Yu
[DOC] Improve Pattern Language Docs (#5676)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-27
Junru Shao
[Bugfix] Fix Python debugger segfaults with TVM built...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-27
tobe
Fix the shift column for scale_shift_nchw and scale_shi...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-27
notoraptor
Call previous excepthook in tvm_excepthook. (#5675)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-27
Matthew Brookhart
add a testcase for #5674 (#5677)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Cody Yu
[BYOC] Pattern Language MergeComposite (#5656)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Matthew Brookhart
add a check for null function attributes (#5674)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Andrew Reusch
add tvm.micro pydoc to sphinx (#5661)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
lixiaoquan
[TF] Support TupleWrapper as direct ancestor of control...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Matthew Brookhart
[POC][PatternLang]Remove constants from partitioned...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Neo Chien
[AutoTVM][TOPI] AutoTVM incorrect measurement (#5511)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Mei Ye
enable amd_apu device on vulkan target (#5659)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Zhao Wu
[C++ RPC] Fix C++ RPC build problem on Linux (#5671)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Zhao Wu
[Doc] Misc doc fix (#5672)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Tianqi Chen
[REFACTOR][TIR][API-Change] Migrate BuildConfig to...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Tianqi Chen
[PYTHON] Add buffer name when creating tensor bindings...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-26
Yao Wang
[Relay][Op]Support symbolic TopK, Ones, Zeros and Full...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-25
Wei Pan
[TOPI] Improve CUDA softmax scheduling (#5600)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-25
Shizhi Tang
handle likely in IRMutatorWithAnalyzer (#5665)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-23
Tianqi Chen
[TIR][BUILD] Remove buffer params from pass config...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-23
Wuwei Lin
[Relay,Topi][OP] affine_grid and grid_sample (#5657)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-23
Matthew Brookhart
[PatternLang] Convert PatternGrouper to do pre-order...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-23
Andrew Reusch
Increase bss section size. (#5660)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-23
Philip Hyunsu Cho
Upgrade XGBoost to latest (#5658)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
ANSHUMAN TRIPATHY
[REFACTOR][IR] Migrate IRModule ObjectRef to not-null...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Andrew Reusch
µtvm debug improvements (#5648)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Tianqi Chen
[RUNTIME] Resolve constexpr issue in debug mode. (...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Tianqi Chen
[AutoTVM] Update XGBoost verbosity option (#5649)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
hlu1
HG: Commit message of changeset 6281661. (#5622)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Wuwei Lin
[Relay, Topi][OP] Correlation (#5628)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Matthew Brookhart
Add a check Callback to the Pattern Paritioner (#5646)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
mbaret
[RELAY][BYOC] Preserve type information in Merge Compos...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-22
Tianqi Chen
[CI] Add log check to the sphinx gallery docs (#5643)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Junru Shao
[Runtime] Introduce runtime::Array (#5585)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Tianqi Chen
[CI] Allow CI_PYTEST_ADD_OPTIONS to be unbound. (#5644)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Cody Yu
Remove unnecessary print (#5642)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Samuel
[PYTORCH]Padding support (#5638)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Yi Wang
[RUNTIME][VULKAN] Seg fault in WorkspacePool's destruct...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Tianqi Chen
[DOCS] Fix the QNN TFLite tutorial build (#5641)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Matthew Brookhart
Extend AttrPattern to support CallNode and FunctionNode...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Samuel
[TUTORIAL]TFLite QNN Tutorial (#5595)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Samuel
[RELAY][PYTORCH]Resize3d, Upsample3d op support (#5633)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-21
Matthew Brookhart
Label Pattern Partitions (#5627)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-20
Wuwei Lin
Fix typo in test script (#5635)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-20
Thierry Moreau
another cmake fix (#5630)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-20
Tianqi Chen
[NODE][PASS] Introduce config to PassContext. (#5631)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-20
manupa-arm
[RELAY][BYOC] Fix the creation of tuple of tuples in...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-20
Tianqi Chen
[DOCS] Move the api docs to the api subfolder (#5626)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-20
windclarion
[BYOC][MergeComposite] if root->args[i] isn't a CallNod...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-20
Samuel
[PYTORCH]ReflectionPad2d op (#5624)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-20
Samuel
[MXNET]MaxPool3d and AvgPool3d Ops support added (...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-19
ANSHUMAN TRIPATHY
[Frontend][Tensorflow] Gather nd bug fix for one dim...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-19
Liyong Zeng
Fix three typos (#5620)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-19
MORITA Kazutaka
[IOS] Fix build error of iOS RPC (#5621)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-19
Samuel
[KERAS]Global MaxPool3d and AvgPool3d support (#5098)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
ANSHUMAN TRIPATHY
[Relay][Refactor][std::string --> String] Relay updated...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
Yao Wang
[Relay]Improve Shape Func handling for Tuple inputs...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
lhutton1
[BYOC] Remove kCompiler attr from external functions...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
Matthew Brookhart
fix pattern topological order (#5612)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
Liyong Zeng
Fix a typo. (#5611)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
Shizhi Tang
[CUDA] Fix codegen for warp shuffle intrinsics (#5606)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-18
Dhruva Ray
[TFLITE]GATHER_ND (#5508)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-17
Tianqi Chen
[REFACTOR][IR] Streamline ir/op Registry (#5609)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-16
Thierry Moreau
fix rpc server bug on VTA (#5607)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-15
Samuel
[PYTORCH]Matmul fix for batch_matmul (#5604)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-15
Samuel
[PYTORCH]ImplicitTensorToNum support added (#5603)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-15
Andrew Reusch
Add debug mode to tempdir() (#5581)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-15
Krzysztof Parzyszek
[LLVM] Represent alignment information in LLVM IR ...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-15
Andrew Reusch
Fix TVMArray layout on device (#5599)
commit
|
commitdiff
|
tree
|
snapshot
next