-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix makefile ifdef & typo #97
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
jroesch
added a commit
to jroesch/tvm
that referenced
this pull request
Aug 29, 2018
apivovarov
pushed a commit
to apivovarov/tvm
that referenced
this pull request
May 16, 2020
* Support multiple TRT subgraphs Use INetworkV2 for TRT6+ Fix failing tests. Support var with tupletype Support NMS for some cases. Clean up tests Add annotatetargetwithmerge, fix FUnc attrs stuff Fix load serilaized runtime module Use bind_params_by_name Clean up TRT for hetergeneous (remove common_utils) Get topk for NMS properly Fixes for faster rcnn Use MergeCompilerRegions Use AnnotateTarget Add split, nn.upsampling, slice_like simplifier, fix input name bug with tuple input [TRT] clean tensorrt.py Add PruneSubgraphs [TRT] Return null packedfunc when func doesn't exist [TRT] Fix for runtime::string in converters * [TRT] Disable NMS since its not used * Fix formatting for lint * Refactor TensorRTModule serialization, move workspace_size to module so it can be included in artifact * Fix pylint * [TRT] Remove NMS since it is unused. Use trt_version arg for registering annotations * [TRT] Add back tests which are now passing * [TRT] Add TVM_TENSORRT_CACHE_DIR to store prebuilt trt engines as optional env var * Update comments and docstring * Fix annotation type checking, contrib.adapative_*_pool -> nn.adaptive_*_pool, prevent eltwise add bug * Increase jenkins timeout to prevent random failure of CI * FIx TRT 5.1 compatibility issue * Allow runtime to override workspace size still
vinx13
pushed a commit
to vinx13/tvm
that referenced
this pull request
Mar 9, 2022
* [Schedule] GPU support and part of execution scope * [Schedule] address comments * [Schedule] add scope validate
jinhongyii
pushed a commit
to jinhongyii/tvm
that referenced
this pull request
Jun 20, 2022
* improve Printer for DynTensorType & ShapeExpr * add testcases
Hzfengsy
pushed a commit
to Hzfengsy/tvm
that referenced
this pull request
Jul 30, 2022
* improve Printer for DynTensorType & ShapeExpr * add testcases
areusch
pushed a commit
to areusch/tvm
that referenced
this pull request
Sep 20, 2022
* improve Printer for DynTensorType & ShapeExpr * add testcases
gigiblender
pushed a commit
to gigiblender/tvm
that referenced
this pull request
Nov 3, 2022
* improve Printer for DynTensorType & ShapeExpr * add testcases
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Nov 20, 2022
* improve Printer for DynTensorType & ShapeExpr * add testcases
yelite
pushed a commit
to yelite/tvm
that referenced
this pull request
Feb 17, 2023
* improve Printer for DynTensorType & ShapeExpr * add testcases
masahi
pushed a commit
to masahi/tvm
that referenced
this pull request
May 17, 2024
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Aug 17, 2025
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.