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

[AIE] Fixes https://github.com/Xilinx/llvm-aie/issues/174 #320

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

martien-de-jong
Copy link
Collaborator

@martien-de-jong martien-de-jong commented Jan 30, 2025

@Fixes 174

I have edited a file that I shouldn't edit because it is generated. However, I can't imagine the generator would have made this one exceptional error, so I assume it got corrupted in transit somewhere.
I also made an pretty well informed, yet educated guess as to the correct name of this intrinsic.
@abnikant ?

khallouh
khallouh previously approved these changes Jan 30, 2025
@konstantinschwarz
Copy link
Collaborator

Can you update the commit message to a meaningful message?

@@ -23412,9 +23412,9 @@ msc_4x16_16x4_conf(v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1,
a, b.data, b.mask, acc1, conf);
}
INTRINSIC(v16accfloat)
addmac_²4_conf(v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1,
v16accfloat acc2, int zero_acc1, int sub_mul, int sub_acc1,
int sub_acc2) {
Copy link
Collaborator

@abnikant abnikant Jan 31, 2025

Choose a reason for hiding this comment

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

In the generator/generated code this is correct, not sure how/where it got changed.

Copy link
Collaborator

@abnikant abnikant left a comment

Choose a reason for hiding this comment

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

LGTM!

@martien-de-jong martien-de-jong force-pushed the martien.fix-intrinsic-headers branch from 4203eb8 to 21e1110 Compare January 31, 2025 08:51
@martien-de-jong martien-de-jong force-pushed the martien.fix-intrinsic-headers branch from 21e1110 to 65f05bd Compare January 31, 2025 09:21
@martien-de-jong martien-de-jong merged commit 9b3ffdf into aie-public Jan 31, 2025
8 checks passed
@martien-de-jong martien-de-jong deleted the martien.fix-intrinsic-headers branch January 31, 2025 15:24
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.

4 participants