Skip to content
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

Dynamic Tile Op #5983

Merged
merged 5 commits into from
Jul 7, 2020
Merged

Dynamic Tile Op #5983

merged 5 commits into from
Jul 7, 2020

Conversation

mbrookhart
Copy link
Contributor

@icemelon9 @kevinthesun

FYI - I'm working on gradients for these ops, need to refactor the autodiff testing a little bit to ignore these dynamic inputs, they shouldn't be differentiated.

Copy link
Contributor

@electriclilies electriclilies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

python/tvm/relay/op/dyn/_transform.py Outdated Show resolved Hide resolved
topi/include/topi/transform.h Outdated Show resolved Hide resolved
topi/include/topi/transform.h Outdated Show resolved Hide resolved
tests/python/relay/dyn/test_dynamic_op_level3.py Outdated Show resolved Hide resolved
@zhiics zhiics merged commit f2a551c into apache:master Jul 7, 2020
@zhiics
Copy link
Member

zhiics commented Jul 7, 2020

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jul 14, 2020
* first working dynamic tile passes first test

* add dyn tile to dynamic_to_static

* fix cpplintt

* respond to review comments. Thanks @siju-samuel

* make dynamic tile compatible with numpy API
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jul 14, 2020
* first working dynamic tile passes first test

* add dyn tile to dynamic_to_static

* fix cpplintt

* respond to review comments. Thanks @siju-samuel

* make dynamic tile compatible with numpy API
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.

5 participants