Skip to content

Commit ba562bc

Browse files
committed
code style fix test=develop
1 parent 2360423 commit ba562bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paddle/fluid/framework/operator.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ void OperatorBase::Run(const Scope& scope, const platform::Place& place) {
153153
#endif
154154
}
155155

156-
// The profile has a process-wide mutex, results in serious performance issue
157-
// in concurrency scenerio. Here use an `if` to fix this issue.
158-
// Please not remove the `if`, ask @Superjomn if there are any concern.
156+
// The profile has a process-wide mutex, results in serious performance issue
157+
// in concurrency scenerio. Here use an `if` to fix this issue.
158+
// Please not remove the `if`, ask @Superjomn if there are any concern.
159159
if (platform::IsProfileEnabled()) {
160160
platform::DeviceContextPool& pool = platform::DeviceContextPool::Instance();
161161
platform::RecordEvent record_event(Type(), pool.Get(place));

0 commit comments

Comments
 (0)