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:
@@ -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;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
مرجع در شماره جدید
Block a user