Skip to content

Conversation

@siju-samuel
Copy link
Member

#2051

Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers.

@siju-samuel
Copy link
Member Author

@jroesch, @MarisaKirisame @tqchen @yzhliu Please help to review this PR. Thanks


func = relay.Function([x, y], z)

for target, ctx in ctx_list():
Copy link
Contributor

Choose a reason for hiding this comment

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

this code appear in other test as well. should we refactor it to a common facility?

Copy link
Member

Choose a reason for hiding this comment

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

👍

@jroesch
Copy link
Member

jroesch commented Nov 25, 2018

Looks good to me, could use this for #2144, I copied the compute to my branch for the time being.

jroesch added a commit to jroesch/tvm that referenced this pull request Nov 25, 2018
@tqchen
Copy link
Member

tqchen commented Nov 25, 2018

The reshape implementation has some issues, due to the possibility of newshape containing negative number, we need to use the type of output instead to implement this

@tqchen
Copy link
Member

tqchen commented Nov 25, 2018

Given the interest of recent changes, I will merge this in and amend in the followup PR #2163. Thanks @siju-samuel @MarisaKirisame @jroesch

@tqchen tqchen merged commit 0cf3ddf into apache:master Nov 25, 2018
@tqchen
Copy link
Member

tqchen commented Nov 25, 2018

please do refer to the #2163 for the necessary changes and use that as reference for future codes :)

jroesch added a commit to jroesch/tvm that referenced this pull request Nov 26, 2018
jroesch added a commit to jroesch/tvm that referenced this pull request Nov 26, 2018
@siju-samuel siju-samuel deleted the relay_reshape_compute_schedule branch November 27, 2018 06:42
jroesch added a commit to jroesch/tvm that referenced this pull request Dec 1, 2018
jroesch added a commit to jroesch/tvm that referenced this pull request Dec 3, 2018
jroesch added a commit to jroesch/tvm that referenced this pull request Dec 3, 2018
jroesch added a commit to jroesch/tvm that referenced this pull request Dec 3, 2018
Repair imports

First test passes

Fix bug in axes passing

Add implementations for upsampling and pad

Add support for bias with conv ops

Rebase fixup

Borrow the reshape changes while waiting on apache#2159

Debugging tests

Repair after rebase

Refactor to use common functionality

Fix helper func

Remove final eval

Remove some debuggin

Remove unecessary ws change

Fix multiple outputs

Tests pass

Enable all tests

Rebase repair

Fix last test case

Fix last test case

All tests but RNNs pass

Fix tests

Remove final eval

Reformat

Fix bugs in MxNet

Fix 3.5 support in Relay, and rename

Factor common functionality into one file

Apply most of code review

Fix linting

Fix NNVM linting

Fix test error

Fix MLP test

Fix linting error

One more linting issue

Clean up diff and fix bugs

Retrigger

disable MLP test

Retrigger

Retrigger

Roll back NNVM change

Retrigger

Retrigger

Retrigger
jroesch added a commit to jroesch/tvm that referenced this pull request Dec 3, 2018
Repair imports

First test passes

Fix bug in axes passing

Add implementations for upsampling and pad

Add support for bias with conv ops

Rebase fixup

Borrow the reshape changes while waiting on apache#2159

Debugging tests

Repair after rebase

Refactor to use common functionality

Fix helper func

Remove final eval

Remove some debuggin

Remove unecessary ws change

Fix multiple outputs

Tests pass

Enable all tests

Rebase repair

Fix last test case

Fix last test case

All tests but RNNs pass

Fix tests

Remove final eval

Reformat

Fix bugs in MxNet

Fix 3.5 support in Relay, and rename

Factor common functionality into one file

Apply most of code review

Fix linting

Fix NNVM linting

Fix test error

Fix MLP test

Fix linting error

One more linting issue

Clean up diff and fix bugs

Retrigger

disable MLP test

Retrigger

Retrigger

Roll back NNVM change

Retrigger

Retrigger

Retrigger
FrozenGene pushed a commit to FrozenGene/tvm that referenced this pull request Dec 27, 2018
wweic pushed a commit to neo-ai/tvm that referenced this pull request Feb 20, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants