Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions paddle/phi/core/platform/device_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
/*
* NOTE: Now we generate this file manually and will consider
* automatically generate it later. Just as 'paddle/fluid/pybind/pybind.h'
* for USE_OP from op_library macros, and
* `paddle/fluid/inference/paddle_inference_pass.h`
* for USE_PASS from pass_library.
* for USE_OP from op_library macros.
*/

using ::paddle::platform::kCPU;
Expand Down
Loading