Changed how hipEvent_t is typedefed internall

- Mapped hipEvent_t directly to ihipEvent_t* instead of a handle

Change-Id: I5a8bcca0ef962932e0738c03eb1fc914d23022ae


[ROCm/hip commit: 842553a6e1]
This commit is contained in:
Aditya Atluri
2016-08-25 14:34:41 -05:00
szülő ad9e04acf8
commit 69d6645be6
3 fájl változott, egészen pontosan 12 új sor hozzáadva és 13 régi sor törölve
@@ -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;
/**