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

[ESIMD]Fix load_2d inconsistency when reading non native types with VNNI transforms #15584

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

fineg74
Copy link
Contributor

@fineg74 fineg74 commented Oct 2, 2024

No description provided.

@fineg74 fineg74 marked this pull request as ready for review October 2, 2024 18:57
@fineg74 fineg74 requested a review from a team as a code owner October 2, 2024 18:57
@@ -79,12 +79,15 @@ int main() {
result |= test<uint16_t>();
result |= test<uint8_t>();
result |= test<sycl::half>();
result |= test<bf16>();
Copy link
Contributor

Choose a reason for hiding this comment

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

do these tests expose the reported issue without the fix?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This particular one no. The ones below should do

Copy link
Contributor

Choose a reason for hiding this comment

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

got it, thx

@sarnex sarnex merged commit e076c04 into intel:sycl Oct 2, 2024
13 checks passed
@fineg74 fineg74 deleted the bf16load2d branch October 2, 2024 20:45
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