Skip to content

Commit 3592ae5

Browse files
author
Yang Yang
committed
fix comment
1 parent 488937e commit 3592ae5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/framework/operator.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ bool OpSupportGPU(const std::string& op_type) {
316316
auto it = all_kernels.find(op_type);
317317
if (it == all_kernels.end()) {
318318
// All control operator must support GPU
319-
320319
return true;
321320
}
322321
for (auto& kern_pair : it->second) {

0 commit comments

Comments
 (0)