This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Make tensor shape part of WMMA intrinsic's name.
ClosedPublic

Authored by tra on Mar 20 2018, 4:50 PM.

Details

Summary

This is needed for the upcoming implementation of the
new 8x32x16 and 32x8x16 variants of WMMA instructions
introduced in CUDA 9.1.

NFC intended, modulo name change.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Mar 20 2018, 4:50 PM
tra updated this revision to Diff 139229.Mar 20 2018, 5:06 PM

Wrapped long lines, fixed whitespace and formatting issues.

jlebar accepted this revision.Mar 21 2018, 4:34 AM
This revision is now accepted and ready to land.Mar 21 2018, 4:34 AM
tra updated this revision to Diff 139336.Mar 21 2018, 11:29 AM

Fixed intrinsic names in clang's test.

This revision was automatically updated to reflect the committed changes.