-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[MODULE/REFACTOR] Introduce Module for AOT and runtime linking. #51
Conversation
This file contains 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
5 tasks
tqchen
force-pushed
the
tqchen
branch
3 times, most recently
from
February 24, 2017 07:00
c146c66
to
2a9a0a1
Compare
icemelon
approved these changes
Feb 24, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
tqchen
pushed a commit
to tqchen/tvm
that referenced
this pull request
May 26, 2018
* use resnet v2 * fix
tqchen
pushed a commit
to tqchen/tvm
that referenced
this pull request
Jul 6, 2018
* use resnet v2 * fix
tqchen
pushed a commit
to tqchen/tvm
that referenced
this pull request
Jul 12, 2018
tqchen
pushed a commit
that referenced
this pull request
Jul 12, 2018
tqchen
pushed a commit
to tqchen/tvm
that referenced
this pull request
Aug 4, 2018
sergei-mironov
pushed a commit
to sergei-mironov/tvm
that referenced
this pull request
Aug 8, 2018
* use resnet v2 * fix
sergei-mironov
pushed a commit
to sergei-mironov/tvm
that referenced
this pull request
Aug 8, 2018
jroesch
added a commit
to jroesch/tvm
that referenced
this pull request
Aug 29, 2018
* Add TensorType and Shape to type.h * Add implementation and test case * Add visitor cases for TensorType * Add Shape indexing as suggested by @tqchen * Address comments * Fix style * Fix tests * Fix styling * Tweak case in type_visitor.h * Format test_ast.py * Fix rebase issue
tqchen
pushed a commit
to tqchen/tvm
that referenced
this pull request
Mar 29, 2020
wjj19950828
pushed a commit
to wjj19950828/tvm
that referenced
this pull request
Sep 27, 2021
Fixed fill_any_like bug
cyx-6
pushed a commit
to cyx-6/tvm
that referenced
this pull request
Jun 27, 2022
junrushao
added a commit
to cyx-6/tvm
that referenced
this pull request
Jul 4, 2022
cyx-6
pushed a commit
to cyx-6/tvm
that referenced
this pull request
Jul 13, 2022
Hzfengsy
pushed a commit
to Hzfengsy/tvm
that referenced
this pull request
Jul 30, 2022
vinx13
pushed a commit
to vinx13/tvm
that referenced
this pull request
Mar 27, 2023
ArgMax and ArgMin operations were added to ONNX front-end of Relax. Corresponding tests were added to CI cc @jwfromm --------- Co-authored-by: Valery Chernov <valery.chernov@deelvin.com>
mikeseven
pushed a commit
to mikeseven/tvm
that referenced
this pull request
Sep 27, 2023
Changing the version to 0.4.0 for SDK V3 Approved-by: Joey Chou
LeiWang1999
added a commit
to LeiWang1999/tvm
that referenced
this pull request
Nov 8, 2024
* improve e4m3 decoding. * append fp16xint1 * Update submodule commit reference * chore: Update shared memory scope for float32 output dtype * BUGFIX: UINT8/INT8 Decoding * feat: Add rasterization options for roller module * Refactor tensorcore_legalization method to optimize tensor core usage * feat: Add function to collect variables from expression, improve for splitk * chore: Update typing import in __init__.py * chore: Refactor CPU execution of operators * Refactor matmul implementation for splitk layout * Refactor matmul implementation for splitk layout * Refactor matmul implementation for splitk layout * chore: Update version to 0.0.1.dev8 * chore: Enable debug output in bitblas.set_debug_level() * Refactor Linear module matmul implementation for splitk layout * Refactor matmul implementation for splitk layout * Refactor CUDA kernel launch string for dynamic symbolic set * Bumpt version to v0.0.1.dev9 --------- Co-authored-by: LeiWang199 <leiwang199>
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.