Skip to content

Commit

Permalink
[AIE] Fixes #174
Browse files Browse the repository at this point in the history
  • Loading branch information
Martien de Jong committed Jan 30, 2025
1 parent 9fb1631 commit e28eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Headers/aiev2_vmult.h
Original file line number Diff line number Diff line change
Expand Up @@ -23412,7 +23412,7 @@ 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,
addmac_4x16_16x4_conf(v64bfloat16 a, v64bfloat16_sparse b, v16accfloat acc1,
v16accfloat acc2, int zero_acc1, int sub_mul, int sub_acc1,
int sub_acc2) {
int conf = aiev2_compute_control(0, 0, 2, 3, 2, zero_acc1, 0, sub_mul,
Expand Down

0 comments on commit e28eae8

Please sign in to comment.