Skip to content

Conversation

@tqchen
Copy link
Member

@tqchen tqchen commented Feb 27, 2017

No description provided.

@tqchen tqchen merged commit e438794 into master Feb 27, 2017
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
cyx-6 added a commit to cyx-6/tvm that referenced this pull request Jul 1, 2022
* new `Buffer`

* fix `BufferProxy` args

* apply code review suggestions
junrushao pushed a commit to cyx-6/tvm that referenced this pull request Jul 4, 2022
* new `Buffer`

* fix `BufferProxy` args

* apply code review suggestions
cyx-6 added a commit to cyx-6/tvm that referenced this pull request Jul 13, 2022
* new `Buffer`

* fix `BufferProxy` args

* apply code review suggestions
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
Hzfengsy pushed a commit to Hzfengsy/tvm that referenced this pull request Jul 30, 2022
* new `Buffer`

* fix `BufferProxy` args

* apply code review suggestions
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
This PR follows up previous effort to changing operators into relax op
implementation so that relax layout planning could be unblocked. This
one specifically changes slice into strided_slice relax op.

CC @sunggg @jwfromm
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant