Skip to content

Commit 3c2a610

Browse files
committed
fix build computation_op_handle
1 parent 07d94bd commit 3c2a610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/details/computation_op_handle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct ComputationOpHandle : public OpHandleBase {
3636
protected:
3737
void RunImpl() override;
3838

39-
virtual bool NeedWait(VarHandleBase *in_var);
39+
bool NeedWait(VarHandleBase *in_var) override;
4040

4141
private:
4242
std::unique_ptr<OperatorBase> op_;

0 commit comments

Comments
 (0)