From 711cf7cd1669d9265469380ffb2482b583df1674 Mon Sep 17 00:00:00 2001 From: co63oc <4617245+co63oc@users.noreply.github.com> Date: Wed, 26 Nov 2025 17:41:05 +0800 Subject: [PATCH] fix device_event.h --- paddle/phi/core/platform/device_event.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/paddle/phi/core/platform/device_event.h b/paddle/phi/core/platform/device_event.h index 871675f9e90e0b..b6a8157fe1be48 100644 --- a/paddle/phi/core/platform/device_event.h +++ b/paddle/phi/core/platform/device_event.h @@ -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;