-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[BUILD] Windows build pass on LLVM/CUDA/OPENCL #57
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
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
added a commit
to tqchen/tvm
that referenced
this pull request
May 26, 2018
* [OP] Enable register via match tag * more docs on usage
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
* [OP] Enable register via match tag * more docs on usage
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
* [OP] Enable register via match tag * more docs on usage
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
* [OP] Enable register via match tag * more docs on usage
sergei-mironov
pushed a commit
to sergei-mironov/tvm
that referenced
this pull request
Aug 8, 2018
jroesch
pushed a commit
to jroesch/tvm
that referenced
this pull request
Aug 29, 2018
* A incomplete and broken keras frontend * Add type parameters to function nodes * Fixed some tests, one more waiting for jared * Debugging for dense layer in keras frontend * Added test file for keras frontend * Found potential bug in unification * Fixed constructor usage to match the change * Added mm operator * Fixed some bugs in registering dense operator * Fix failing test * Changed default keras image data format to channel first * Insert debugging * Fix source code reporting problem * Fixed type quantifier in dense operator * Fix type checking of poly-functions * Refactor evaluator * Test now just needs monomorph * Heavy refactoring for mono-morph * Add multi-subst * First Keras model runs!! * Fix linting * Fix tests * Fix MyPy * Maintain convention * Fix Warning
ziyu-guo
pushed a commit
to ziyu-guo/tvm
that referenced
this pull request
Nov 15, 2019
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Feb 26, 2022
* initial WIP: relax.vm.call_tir_dyn_lowered * fix test * cleanup and comments * comments * use nn.Placeholder * remove _check_te_args * move mod_ into VMState * add packed integer values as optional argument to call_dps * add special case for call_dps in parser for optional argument * comments
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Mar 3, 2022
* initial WIP: relax.vm.call_tir_dyn_lowered * fix test * cleanup and comments * comments * use nn.Placeholder * remove _check_te_args * move mod_ into VMState * add packed integer values as optional argument to call_dps * add special case for call_dps in parser for optional argument * comments
jinhongyii
pushed a commit
to jinhongyii/tvm
that referenced
this pull request
Jun 20, 2022
* initial WIP: relax.vm.call_tir_dyn_lowered * fix test * cleanup and comments * comments * use nn.Placeholder * remove _check_te_args * move mod_ into VMState * add packed integer values as optional argument to call_dps * add special case for call_dps in parser for optional argument * comments
Hzfengsy
pushed a commit
to Hzfengsy/tvm
that referenced
this pull request
Jul 30, 2022
* initial WIP: relax.vm.call_tir_dyn_lowered * fix test * cleanup and comments * comments * use nn.Placeholder * remove _check_te_args * move mod_ into VMState * add packed integer values as optional argument to call_dps * add special case for call_dps in parser for optional argument * comments
areusch
pushed a commit
to areusch/tvm
that referenced
this pull request
Sep 20, 2022
* initial WIP: relax.vm.call_tir_dyn_lowered * fix test * cleanup and comments * comments * use nn.Placeholder * remove _check_te_args * move mod_ into VMState * add packed integer values as optional argument to call_dps * add special case for call_dps in parser for optional argument * comments
gigiblender
pushed a commit
to gigiblender/tvm
that referenced
this pull request
Nov 3, 2022
* initial WIP: relax.vm.call_tir_dyn_lowered * fix test * cleanup and comments * comments * use nn.Placeholder * remove _check_te_args * move mod_ into VMState * add packed integer values as optional argument to call_dps * add special case for call_dps in parser for optional argument * comments
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Nov 20, 2022
* initial WIP: relax.vm.call_tir_dyn_lowered * fix test * cleanup and comments * comments * use nn.Placeholder * remove _check_te_args * move mod_ into VMState * add packed integer values as optional argument to call_dps * add special case for call_dps in parser for optional argument * comments
yzh119
added a commit
to yzh119/tvm
that referenced
this pull request
Nov 22, 2022
yelite
pushed a commit
to yelite/tvm
that referenced
this pull request
Feb 17, 2023
* initial WIP: relax.vm.call_tir_dyn_lowered * fix test * cleanup and comments * comments * use nn.Placeholder * remove _check_te_args * move mod_ into VMState * add packed integer values as optional argument to call_dps * add special case for call_dps in parser for optional argument * comments
vinx13
pushed a commit
to vinx13/tvm
that referenced
this pull request
Mar 27, 2023
masahi
pushed a commit
to masahi/tvm
that referenced
this pull request
Mar 13, 2024
elvin-n
pushed a commit
to Deelvin/tvm
that referenced
this pull request
Mar 19, 2024
vinx13
added a commit
to vinx13/tvm
that referenced
this pull request
Mar 19, 2024
krishnaraj36
pushed a commit
to krishnaraj36/tvm_mainline
that referenced
this pull request
Aug 9, 2024
rpc, device ports and device temp folders made unique across session Co-authored-by: Siva <[email protected]>
LeiWang1999
added a commit
to LeiWang1999/tvm
that referenced
this pull request
Nov 8, 2024
* [Dev] Issue#24: FIx a bug of repack AutoGPTQ quantized parameters * Remove .test as test files can be put into ./debug/ --------- Co-authored-by: Lei Wang <[email protected]>
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Aug 17, 2025
* dev * dev * dev * dev * 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.