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

[TOPI] Intel graphics conv2d autotvm template added #3839

Merged
merged 15 commits into from
Sep 7, 2019

Conversation

Laurawly
Copy link
Contributor

@kevinthesun @yzhliu Could you review?


new_data = tvm.placeholder((batch_size, in_channel//ic_bn, height, width, ic_bn),
dtype=data.dtype)
if is_depthwise:
Copy link
Contributor

Choose a reason for hiding this comment

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

return None, and this should be moved up so that depthwise con2d doesn't query _get_default_config.

@Laurawly
Copy link
Contributor Author

Laurawly commented Sep 6, 2019

@kevinthesun @yzhliu ready for review

@kevinthesun
Copy link
Contributor

Do we want to add any test cases?

@Laurawly
Copy link
Contributor Author

Laurawly commented Sep 6, 2019

Do we want to add any test cases?

I don't think CI has intel graphics backend.

@kevinthesun
Copy link
Contributor

OK. For now let's just test locally.

@Laurawly
Copy link
Contributor Author

Laurawly commented Sep 6, 2019

OK. For now let's just test locally.

Sure, local tests passed.

@kevinthesun kevinthesun merged commit 70042b7 into apache:master Sep 7, 2019
@kevinthesun
Copy link
Contributor

Thanks!

MarisaKirisame pushed a commit to MarisaKirisame/tvm that referenced this pull request Sep 7, 2019
* update lint

* lint fixed

* lint updated

* lint fixed

* lint fixed

* lint fixed

* updates

* add intel graphics as a package

* remove print info

* depthwise conv2d schedule added for intel graphics

* asdf

* fix lint

* fix lint

* fix ci

* add channels
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 16, 2019
* update lint

* lint fixed

* lint updated

* lint fixed

* lint fixed

* lint fixed

* updates

* add intel graphics as a package

* remove print info

* depthwise conv2d schedule added for intel graphics

* asdf

* fix lint

* fix lint

* fix ci

* add channels
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 16, 2019
* update lint

* lint fixed

* lint updated

* lint fixed

* lint fixed

* lint fixed

* updates

* add intel graphics as a package

* remove print info

* depthwise conv2d schedule added for intel graphics

* asdf

* fix lint

* fix lint

* fix ci

* add channels
wweic pushed a commit to neo-ai/tvm that referenced this pull request Sep 16, 2019
* update lint

* lint fixed

* lint updated

* lint fixed

* lint fixed

* lint fixed

* updates

* add intel graphics as a package

* remove print info

* depthwise conv2d schedule added for intel graphics

* asdf

* fix lint

* fix lint

* fix ci

* add channels
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