Skip to content

Commit

Permalink
fix TraceEventCollector namespace (PaddlePaddle#51782)
Browse files Browse the repository at this point in the history
  • Loading branch information
YanhuiDua authored Mar 20, 2023
1 parent 5ed2320 commit b81188f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions paddle/phi/backends/device_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
#include "paddle/phi/backends/event.h"
#include "paddle/phi/backends/stream.h"

#include "paddle/phi/api/profiler/trace_event_collector.h"
namespace phi {

namespace paddle {
namespace platform {
class TraceEventCollector;
} // namespace platform
} // namespace paddle

namespace phi {

class DeviceInterface { // Driver / Runtime
public:
Expand Down

0 comments on commit b81188f

Please sign in to comment.