diff --git a/include/cutlass/complex.h b/include/cutlass/complex.h index aeccd2db..af0b271a 100644 --- a/include/cutlass/complex.h +++ b/include/cutlass/complex.h @@ -127,7 +127,8 @@ template class complex { public: - /// Type alias for scalar type + /// Type alias for scalar type + using value_type = T; private: //