mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-05-11 17:00:05 +00:00
Fix typo in comment (#1787)
This commit is contained in:
@@ -78,7 +78,7 @@ using namespace detail;
|
||||
// the template argument.
|
||||
//
|
||||
// template<class A>
|
||||
// struct FooHomogeneous : public Foo<A, B> {};
|
||||
// struct FooHomogeneous : public Foo<A, A> {};
|
||||
//
|
||||
template<
|
||||
template <class> class ComputeFn,
|
||||
|
||||
Reference in New Issue
Block a user