From ca23ff7924c3ed6c9a7457db3b20d351f468d3da Mon Sep 17 00:00:00 2001 From: Cliff Burdick <30670611+cliffburdick@users.noreply.github.com> Date: Mon, 29 Aug 2022 17:51:52 -0700 Subject: [PATCH] Fixed typo in class name (#608) --- include/cutlass/gemm/device/trmm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cutlass/gemm/device/trmm.h b/include/cutlass/gemm/device/trmm.h index 4447cccc..d09c19d7 100644 --- a/include/cutlass/gemm/device/trmm.h +++ b/include/cutlass/gemm/device/trmm.h @@ -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,