Changed how hipEvent_t is typedefed internall

- Mapped hipEvent_t directly to ihipEvent_t* instead of a handle

Change-Id: I5a8bcca0ef962932e0738c03eb1fc914d23022ae
This commit is contained in:
Aditya Atluri
2016-08-25 14:34:41 -05:00
والد 79e88a6af6
کامیت 842553a6e1
3فایلهای تغییر یافته به همراه12 افزوده شده و 13 حذف شده
@@ -58,9 +58,7 @@ typedef struct ihipFunction_t *hipFunction;
typedef void* hipDeviceptr;
typedef struct hipEvent_t {
struct ihipEvent_t *_handle;
} hipEvent_t;
typedef struct ihipEvent_t *hipEvent_t;
/**