v4.1 release update v2. (#2481)
This commit is contained in:
@@ -693,7 +693,7 @@ public:
|
||||
/// Constructs the GEMM.
|
||||
GemmUniversalAdapter() { }
|
||||
|
||||
/// Helper to construct a transposed equivalent for the underying GEMM operator
|
||||
/// Helper to construct a transposed equivalent for the underlying GEMM operator
|
||||
static Arguments to_underlying_arguments(Arguments const &args) {
|
||||
if (kInternalTranspose) {
|
||||
return args.transposed_problem();
|
||||
|
||||
Reference in New Issue
Block a user