Skip to content

Commit 0837a2a

Browse files
authored
Fix typo in comment (#1787)
1 parent 477a677 commit 0837a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/cutlass/epilogue/fusion/sm90_visitor_compute_tma_warpspecialized.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ using namespace detail;
7878
// the template argument.
7979
//
8080
// template<class A>
81-
// struct FooHomogeneous : public Foo<A, B> {};
81+
// struct FooHomogeneous : public Foo<A, A> {};
8282
//
8383
template<
8484
template <class> class ComputeFn,

0 commit comments

Comments
 (0)