Fixed typo in class name (#608)

This commit is contained in:
Cliff Burdick 2022-08-29 17:51:52 -07:00 committed by GitHub
parent 1c3d400b14
commit ca23ff7924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ namespace device {
// Instantiate the CUTLASS TRMM operator.
//
cutlass::gemm::device::trmm<
cutlass::gemm::device::Trmm<
float,
cutlass::layout::ColumnMajor,
cutlass::SideMode::kLeft,