Fixed typo in class name (#608)
This commit is contained in:
parent
1c3d400b14
commit
ca23ff7924
@ -90,7 +90,7 @@ namespace device {
|
|||||||
// Instantiate the CUTLASS TRMM operator.
|
// Instantiate the CUTLASS TRMM operator.
|
||||||
//
|
//
|
||||||
|
|
||||||
cutlass::gemm::device::trmm<
|
cutlass::gemm::device::Trmm<
|
||||||
float,
|
float,
|
||||||
cutlass::layout::ColumnMajor,
|
cutlass::layout::ColumnMajor,
|
||||||
cutlass::SideMode::kLeft,
|
cutlass::SideMode::kLeft,
|
||||||
|
Loading…
Reference in New Issue
Block a user