[PATCH] D118023: Corrected fragment size for tf32 LD B matrix.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 24 10:47:11 PST 2022
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
LGTM. Should I commit the patch on your behalf?
In D118023#3265601 <https://reviews.llvm.org/D118023#3265601>, @JackAKirk wrote:
> Note that the test, llvm/test/CodeGen/NVPTX/wmma.py line 210, had the correct value already but didn't seem to cover the mistake.
It appears that we do not actually test for the correct number of registers used in an instruction argument, only for the correct instruction variant itself.
It should've been caught if we were to attempt assembling generated PTX with ptxas.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118023/new/
https://reviews.llvm.org/D118023
More information about the cfe-commits
mailing list