From 87f69ab605fbee783234ad171db357e19111ea95 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/clr commit: 8f2a1752c1af3d961157791a7247437589b15559] --- projects/clr/hipamd/src/hip_hcc.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/projects/clr/hipamd/src/hip_hcc.h b/projects/clr/hipamd/src/hip_hcc.h index 4d7b0eeb0d..cd099f026c 100644 --- a/projects/clr/hipamd/src/hip_hcc.h +++ b/projects/clr/hipamd/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) {