Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EXECUTOR] Fix bug and improve #252

Merged
merged 3 commits into from
Jul 16, 2017
Merged

[EXECUTOR] Fix bug and improve #252

merged 3 commits into from
Jul 16, 2017

Conversation

ZihengJiang
Copy link
Contributor

@ZihengJiang ZihengJiang commented Jul 16, 2017

No description provided.

@ZihengJiang ZihengJiang merged commit 204e9cb into apache:master Jul 16, 2017
@ZihengJiang ZihengJiang deleted the dev branch July 16, 2017 22:16
tqchen pushed a commit to tqchen/tvm that referenced this pull request May 26, 2018
* [CMPL] Add Support for Other Data Types

* [CMPL] Add test

* [CMPL] Fix
tqchen pushed a commit that referenced this pull request May 29, 2018
* [CMPL] Add Support for Other Data Types

* [CMPL] Add test

* [CMPL] Fix
tqchen pushed a commit to tqchen/tvm that referenced this pull request Jul 6, 2018
* [CMPL] Add Support for Other Data Types

* [CMPL] Add test

* [CMPL] Fix
sergei-mironov pushed a commit to sergei-mironov/tvm that referenced this pull request Aug 8, 2018
* [CMPL] Add Support for Other Data Types

* [CMPL] Add test

* [CMPL] Fix
vinx13 pushed a commit to vinx13/tvm that referenced this pull request Mar 9, 2022
* find a bug for fused_nn_global_avg_pool2d

* temp save

* change tag to str

* remove simplify in auto complete

* correctly run resnet

* change ds

* fix

* fix

* change test doc

* add decompose reduction in postproc and add docs
apivovarov added a commit to apivovarov/tvm that referenced this pull request May 7, 2022
mikepapadim pushed a commit to mikepapadim/tvm that referenced this pull request Oct 5, 2022
This PR features the parser support for Relax dataflow blocks.
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 <yuchenj@cs.washington.edu>
co-authored-by: Siyuan Feng <Hzfengsy@sjtu.edu.cn>
co-authored-by: Ruihang Lai <ruihangl@cs.cmu.edu>
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 <yuchenj@cs.washington.edu>
co-authored-by: Siyuan Feng <Hzfengsy@sjtu.edu.cn>
co-authored-by: Ruihang Lai <ruihangl@cs.cmu.edu>
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 <yuchenj@cs.washington.edu>
co-authored-by: Siyuan Feng <Hzfengsy@sjtu.edu.cn>
co-authored-by: Ruihang Lai <ruihangl@cs.cmu.edu>
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 <yuchenj@cs.washington.edu>
co-authored-by: Siyuan Feng <Hzfengsy@sjtu.edu.cn>
co-authored-by: Ruihang Lai <ruihangl@cs.cmu.edu>
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