This is an archive of the discontinued LLVM Phabricator instance.

Fixed sm version for .and bmma operator.
ClosedPublic

Authored by JackAKirk on Aug 5 2022, 8:30 AM.

Diff Detail

Event Timeline

JackAKirk created this revision.Aug 5 2022, 8:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2022, 8:30 AM
JackAKirk requested review of this revision.Aug 5 2022, 8:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2022, 8:30 AM
tra accepted this revision.Aug 5 2022, 9:50 AM

Good catch. LGTM.

This revision is now accepted and ready to land.Aug 5 2022, 9:50 AM

Good catch. LGTM.

Thanks. If you could land it for me that would be much appreciated. I don't have the rights.

This revision was landed with ongoing or failed builds.Aug 5 2022, 12:14 PM
This revision was automatically updated to reflect the committed changes.
tra added a comment.Aug 5 2022, 12:14 PM

Looks like the tests needed to be updated (and I've found one bug which explains how we've missed this).

Looks like the tests needed to be updated (and I've found one bug which explains how we've missed this).

Ah yes I see it. Thanks for updating the tests.