MatmulPlanPreferences#
-
class nvmath.
distributed. linalg. advanced. MatmulPlanPreferences( - epilog: MatmulEpilogPreferences | None = None,
A data class for providing options to the
Matmul.plan()method and the wrapper functionmatmul().- epilog#
Epilog preferences (as an object of class
MatmulEpilogPreferencesor adict).
See also