From 7b8766bfd282e8f00fe5e77c6a8df00643ee0c25 Mon Sep 17 00:00:00 2001 From: pensun Date: Tue, 6 Dec 2016 19:10:17 -0600 Subject: [PATCH] Fix issue of ihipModule_t double defined Change-Id: I508677e595776fd573a2f224691116d01288dc78 [ROCm/hip commit: 6fcfab25528d343ed74af35d5d9a0679853f1938] --- projects/hip/src/hip_hcc.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/projects/hip/src/hip_hcc.h b/projects/hip/src/hip_hcc.h index 4d7b0eeb0d..cd099f026c 100644 --- a/projects/hip/src/hip_hcc.h +++ b/projects/hip/src/hip_hcc.h @@ -378,16 +378,6 @@ struct __HIP_DEVICE__ ihipIpcMemHandle char reserved[HIP_IPC_HANDLE_SIZE]; }; - -class ihipModule_t{ -public: - hsa_executable_t executable; - hsa_code_object_t object; - std::string fileName; - void *ptr; - size_t size; -}; - class ihipFunction_t{ public: ihipFunction_t(const char *name) {