Revert wrong fix of params.update in GemmUniversalBase
Signed-off-by: Peter Han <fujun.han@iluvatar.ai>
This commit is contained in:
parent
92393b2676
commit
6a6b4028bd
@ -347,7 +347,7 @@ public:
|
|||||||
return Status::kErrorWorkspaceNull;
|
return Status::kErrorWorkspaceNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
params_.update(args, workspace, stream);
|
params_.update(args, workspace);
|
||||||
|
|
||||||
return Status::kSuccess;
|
return Status::kSuccess;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user