diff --git a/paddle/phi/backends/gpu/forwards.h b/paddle/phi/backends/gpu/forwards.h index 33daa2bba6b7d9fba4b0815a86351da2947efd92..e1f3492f7687029858ccfcebe90b704b830cd89a 100644 --- a/paddle/phi/backends/gpu/forwards.h +++ b/paddle/phi/backends/gpu/forwards.h @@ -77,10 +77,8 @@ using ncclComm_t = struct ncclComm *; using hipDevice_t = int; using hipCtx_t = struct ihipCtx_t *; -using hipModule_t = struct ihipModule_t *; using hipStream_t = struct ihipStream_t *; using hipEvent_t = struct ihipEvent_t *; -using hipFunction_t = struct ihipModuleSymbol_t *; // Forward declaration of MIOpen types. using miopenHandle_t = struct miopenHandle *;