-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[TAG] Fix signature of decorated function #228
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tqchen
approved these changes
Jul 7, 2017
tqchen
added a commit
to tqchen/tvm
that referenced
this pull request
May 26, 2018
tqchen
added a commit
that referenced
this pull request
May 29, 2018
tqchen
added a commit
to tqchen/tvm
that referenced
this pull request
Jul 6, 2018
sergei-mironov
pushed a commit
to sergei-mironov/tvm
that referenced
this pull request
Aug 8, 2018
vinx13
pushed a commit
to vinx13/tvm
that referenced
this pull request
Mar 9, 2022
…he#228) * [MetaSchedule] Tensorization with wmma_load & wmma_store intrin * rebase * fix wmma_symc, wmma_fill, wmma_store * [ARITH] allow inject mapping for all data par block vars * [ARITH] fix bug * [ARITH] fix iter_affine_map unittest * [ARITH] fix unittests * fix * fix bugs * fix * fix Co-authored-by: spectrometerHBH <[email protected]>
apivovarov
pushed a commit
to apivovarov/tvm
that referenced
this pull request
Mar 30, 2022
areusch
pushed a commit
to areusch/tvm
that referenced
this pull request
Sep 20, 2022
* ... * Add unittests
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]>
tqchen
pushed a commit
to tqchen/tvm
that referenced
this pull request
May 25, 2023
This PR adds an extra parameter `target` to all `tvm_callback_*` so that the callback can decide its own behavior by querying which target to compile against.
tqchen
pushed a commit
to tqchen/tvm
that referenced
this pull request
May 25, 2023
This PR adds an extra parameter `target` to all `tvm_callback_*` so that the callback can decide its own behavior by querying which target to compile against.
zxybazh
pushed a commit
to zxybazh/tvm
that referenced
this pull request
May 25, 2023
This PR adds an extra parameter `target` to all `tvm_callback_*` so that the callback can decide its own behavior by querying which target to compile against.
LeiWang1999
added a commit
to LeiWang1999/tvm
that referenced
this pull request
Nov 8, 2024
* Refactor dequantize scheduler and simplify pass * Refactor dequantize scheduler and simplify pass * Implement Fast Decoding * Refactor dequantize scheduler and simplify pass * lint fix * Refactor dequantize scheduler and simplify pass * test fix for game cards. * Refactor dequantize scheduler and simplify pass * Tutorials update for BitBLAS * Img update
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Aug 17, 2025
* dev * dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.