Skip to content

Commit

Permalink
fix virtual type
Browse files Browse the repository at this point in the history
  • Loading branch information
raikonenfnu committed Oct 29, 2024
1 parent 1c245b4 commit aacfe54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ SmallVector<MMAIntrinsic> MMAAttr::getVirtualIntrinsics() const {
case MMAIntrinsic::MFMA_F32_16x16x16_F16:
return {MMAIntrinsic::VMFMA_F32_16x16x32_F16};
case MMAIntrinsic::MFMA_F32_32x32x8_F16:
return {MMAIntrinsic::VMFMA_F32_16x16x32_F16};
return {MMAIntrinsic::VMFMA_F32_32x32x16_F16};
default:
return {};
}
Expand Down

0 comments on commit aacfe54

Please sign in to comment.