Skip to content

Conversation

@ZihengJiang
Copy link
Contributor

No description provided.

@ZihengJiang ZihengJiang changed the title [WIP][EXECUTOR] Save/Load Params [EXECUTOR] Save/Load Params Jul 12, 2017
@ZihengJiang ZihengJiang merged commit f4d1ddd into apache:master Jul 12, 2017
@ZihengJiang ZihengJiang deleted the dev branch July 12, 2017 23:25
vinx13 pushed a commit to vinx13/tvm that referenced this pull request Mar 9, 2022
gigiblender pushed a commit to gigiblender/tvm that referenced this pull request Oct 3, 2022
junrushao added a commit to junrushao/tvm that referenced this pull request Oct 18, 2022
[TVMScript] B4: If branch support (apache#263)
B8: Local Function Support  (apache#258)
[TVMScript] B3: Type annotation checks (apache#256)
[TVMScript][Parser] B1: Dataflow block (apache#252)
[TVMScript] B2: match shape support (apache#251)
[TVMScript] B6/B7: Symbolic shape and var shadowing  (apache#245)
[TVMScript] B5: Support relax op (apache#244)
[TVMScript] B0: Call_tir support (apache#243)
enhance parser error reporting (apache#242)
[TVMScript] A1: Relax Parser infra (apache#240)
update ci image versions. (apache#241)
[TVMScript] B2-4: TIR IRBuilder (apache#239)
[TVMScript] A0: Relax IRBuilder infra (apache#235)
[TVMScript] B5-6: TIR IRBuilder (apache#231)
[TVMScript] B1: IRBuilder (apache#228)
[TVMScript] New Parser: Part C (apache#218)
[TVMScript] New Parser: Part A (apache#221)
[TVMScript] New Parser: Part B (apache#217)

Not recovered:
[Pass] Separate ApplyHistoryBest from tuning passes (apache#226)
[Bugfix] Couple of bug fixes to run TVM-gen code together with BYOC (apache#249)

co-authored-by: Yuchen Jin <[email protected]>
co-authored-by: Siyuan Feng <[email protected]>
co-authored-by: Ruihang Lai <[email protected]>
MasterJH5574 added a commit to MasterJH5574/tvm that referenced this pull request Nov 20, 2022
[TVMScript] B4: If branch support (apache#263)
B8: Local Function Support  (apache#258)
[TVMScript] B3: Type annotation checks (apache#256)
[TVMScript][Parser] B1: Dataflow block (apache#252)
[TVMScript] B2: match shape support (apache#251)
[TVMScript] B6/B7: Symbolic shape and var shadowing  (apache#245)
[TVMScript] B5: Support relax op (apache#244)
[TVMScript] B0: Call_tir support (apache#243)
enhance parser error reporting (apache#242)
[TVMScript] A1: Relax Parser infra (apache#240)
update ci image versions. (apache#241)
[TVMScript] B2-4: TIR IRBuilder (apache#239)
[TVMScript] A0: Relax IRBuilder infra (apache#235)
[TVMScript] B5-6: TIR IRBuilder (apache#231)
[TVMScript] B1: IRBuilder (apache#228)
[TVMScript] New Parser: Part C (apache#218)
[TVMScript] New Parser: Part A (apache#221)
[TVMScript] New Parser: Part B (apache#217)

Not recovered:
[Pass] Separate ApplyHistoryBest from tuning passes (apache#226)
[Bugfix] Couple of bug fixes to run TVM-gen code together with BYOC (apache#249)

co-authored-by: Yuchen Jin <[email protected]>
co-authored-by: Siyuan Feng <[email protected]>
co-authored-by: Ruihang Lai <[email protected]>
junrushao added a commit to junrushao/tvm that referenced this pull request Feb 8, 2023
[TVMScript] B4: If branch support (apache#263)
B8: Local Function Support  (apache#258)
[TVMScript] B3: Type annotation checks (apache#256)
[TVMScript][Parser] B1: Dataflow block (apache#252)
[TVMScript] B2: match shape support (apache#251)
[TVMScript] B6/B7: Symbolic shape and var shadowing  (apache#245)
[TVMScript] B5: Support relax op (apache#244)
[TVMScript] B0: Call_tir support (apache#243)
enhance parser error reporting (apache#242)
[TVMScript] A1: Relax Parser infra (apache#240)
update ci image versions. (apache#241)
[TVMScript] B2-4: TIR IRBuilder (apache#239)
[TVMScript] A0: Relax IRBuilder infra (apache#235)
[TVMScript] B5-6: TIR IRBuilder (apache#231)
[TVMScript] B1: IRBuilder (apache#228)
[TVMScript] New Parser: Part C (apache#218)
[TVMScript] New Parser: Part A (apache#221)
[TVMScript] New Parser: Part B (apache#217)

Not recovered:
[Pass] Separate ApplyHistoryBest from tuning passes (apache#226)
[Bugfix] Couple of bug fixes to run TVM-gen code together with BYOC (apache#249)

co-authored-by: Yuchen Jin <[email protected]>
co-authored-by: Siyuan Feng <[email protected]>
co-authored-by: Ruihang Lai <[email protected]>
yelite pushed a commit to yelite/tvm that referenced this pull request Feb 17, 2023
[TVMScript] B4: If branch support (apache#263)
B8: Local Function Support  (apache#258)
[TVMScript] B3: Type annotation checks (apache#256)
[TVMScript][Parser] B1: Dataflow block (apache#252)
[TVMScript] B2: match shape support (apache#251)
[TVMScript] B6/B7: Symbolic shape and var shadowing  (apache#245)
[TVMScript] B5: Support relax op (apache#244)
[TVMScript] B0: Call_tir support (apache#243)
enhance parser error reporting (apache#242)
[TVMScript] A1: Relax Parser infra (apache#240)
update ci image versions. (apache#241)
[TVMScript] B2-4: TIR IRBuilder (apache#239)
[TVMScript] A0: Relax IRBuilder infra (apache#235)
[TVMScript] B5-6: TIR IRBuilder (apache#231)
[TVMScript] B1: IRBuilder (apache#228)
[TVMScript] New Parser: Part C (apache#218)
[TVMScript] New Parser: Part A (apache#221)
[TVMScript] New Parser: Part B (apache#217)

Not recovered:
[Pass] Separate ApplyHistoryBest from tuning passes (apache#226)
[Bugfix] Couple of bug fixes to run TVM-gen code together with BYOC (apache#249)

co-authored-by: Yuchen Jin <[email protected]>
co-authored-by: Siyuan Feng <[email protected]>
co-authored-by: Ruihang Lai <[email protected]>
Lunderberg pushed a commit to Lunderberg/tvm that referenced this pull request Jun 12, 2023
Hzfengsy pushed a commit to Hzfengsy/tvm that referenced this pull request Jun 29, 2023
This PR updates the cmake to improve static windows llvm
dependency
MasterJH5574 pushed a commit to MasterJH5574/tvm that referenced this pull request Aug 17, 2025
[kernel] finish split-kv of batch decoding attention kernel
junrushao added a commit to junrushao/tvm that referenced this pull request Nov 8, 2025
Upstream : https://github.com/apache/tvm-ffi.git
Branch   : main
New HEAD : c1df05f3555d4e2a9e1a32822c0f41ccb8467251
Subject  : [PYTHON] Further streamline number handling (apache#242)
Author   : Tianqi Chen <[email protected]>
Date     : 2025-11-08T09:23:22-05:00
Delta    : 2 commit(s) since 5a8774943a66
Compare  : apache/tvm-ffi@5a87749...c1df05f

This commit updates the tvm-ffi submodule to the latest upstream HEAD.
junrushao added a commit to junrushao/tvm that referenced this pull request Nov 8, 2025
Upstream : https://github.com/apache/tvm-ffi.git
Branch   : main
New HEAD : c1df05f3555d4e2a9e1a32822c0f41ccb8467251
Subject  : [PYTHON] Further streamline number handling (apache#242)
Author   : Tianqi Chen <[email protected]>
Date     : 2025-11-08T09:23:22-05:00
Delta    : 2 commit(s) since 5a8774943a66
Compare  : apache/tvm-ffi@5a87749...c1df05f

This commit updates the tvm-ffi submodule to the latest upstream HEAD.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants