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

[Relay][Topi] Conv NHWC pack int8 kernel layout #4122

Closed
anijain2305 opened this issue Oct 14, 2019 · 1 comment
Closed

[Relay][Topi] Conv NHWC pack int8 kernel layout #4122

anijain2305 opened this issue Oct 14, 2019 · 1 comment

Comments

@anijain2305
Copy link
Contributor

Relavant PR - #4038

Currently, _declaration_conv_nhwc_pack expects (NHWC, HWOI). However. TOPI expects the kernel layout to be HWIO whenever the input data layout is NHWC. There is no easy way to pass around the kernel_layout to TOPI.

Currently, we are planning to comment out the code to achieve correct functionality. This issue is to record this activity, and track the progress of fixing the schedule.

@llyfacebook plans to take a look for now.

@anijain2305 anijain2305 changed the title [Relay][Topi] Conv NHWC pack int8 Kernel Layout Issue [Relay][Topi] Conv NHWC pack int8 kernel layout Oct 14, 2019
@tqchen tqchen closed this as completed Feb 26, 2020
@tqchen
Copy link
Member

tqchen commented Feb 26, 2020

close for now as the relevant PR get merged. Let us open a new thread for new items

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

No branches or pull requests

2 participants