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

[BugFix][MetaSchedule] Fix TensorIntrin ‘dot_4x4_i8i8s32_sdot’ is not registered #17066

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

felix-ro
Copy link
Contributor

@felix-ro felix-ro commented Jun 5, 2024

In PR #16921, an import line (see here) was inadvertently omitted, resulting in the following error:

ValueError: TensorIntrin 'dot_4x4_i8i8s32_sdot' is not registered

This patch restores the lost import.

Copy link
Contributor

@lhutton1 lhutton1 left a comment

Choose a reason for hiding this comment

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

Thanks @felix-ro, LGTM!

@lhutton1 lhutton1 merged commit 0e622e1 into apache:main Jun 6, 2024
19 checks passed
@happyme531
Copy link

I ran into this bug yesterday, and, since adding an import in my code fixed this, thought this is a design choice...

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.

3 participants