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

Fix x86 dense #2880

Closed
wants to merge 2 commits into from
Closed

Fix x86 dense #2880

wants to merge 2 commits into from

Conversation

kevinthesun
Copy link
Contributor

Currently tvm can't correctly locate decl and schedule for x86 dense. This patch fixes the issue.
@yzhliu @icemelon9

@@ -5,6 +5,7 @@
from .conv2d import schedule_conv2d, schedule_conv2d_nhwc
from .binarize_pack import schedule_binarize_pack
from .binary_dense import schedule_binary_dense
from .dense import *
Copy link
Member

@icemelon icemelon Mar 22, 2019

Choose a reason for hiding this comment

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

Could you also add from .batch_matmul import schedule_batch_matmul in the init.py? I forgot to add it as well.

@kevinthesun kevinthesun deleted the x86DenseFix branch May 28, 2019 23:19
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.

2 participants