From 41f813e9958dfa2d7d299cf0b7b28db22ecfc2db Mon Sep 17 00:00:00 2001 From: Qi Li Date: Fri, 25 Mar 2022 11:25:31 +0800 Subject: [PATCH] [ROCm] fix compile error on DTK21.10, test=develop (#40893) --- paddle/phi/backends/gpu/forwards.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/phi/backends/gpu/forwards.h b/paddle/phi/backends/gpu/forwards.h index 33daa2bba6b..e1f3492f768 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 *; -- GitLab