Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging

Cette révision appartient à :
Ben Sander
2016-03-29 14:43:35 -05:00
révision fb7862dba3
9 fichiers modifiés avec 43 ajouts et 12 suppressions
+3 -3
Voir le fichier
@@ -219,9 +219,9 @@ extern "C" {
#endif
typedef class ihipStream_t* hipStream_t;
typedef struct hipEvent_t {
struct ihipEvent_t *_handle;
} hipEvent_t;
//typedef struct hipEvent_t {
// struct ihipEvent_t *_handle;
//} hipEvent_t;
#ifdef __cplusplus
}
+7 -1
Voir le fichier
@@ -31,7 +31,7 @@ THE SOFTWARE.
#include <hcc_detail/host_defines.h>
#include <hip_runtime_api.h>
#include "hip_hcc.h"
//#include "hip_hcc.h"
#if defined (__HCC__) && (__hcc_workweek__ < 16074)
#error("This version of HIP requires a newer version of HCC.");
@@ -42,6 +42,12 @@ THE SOFTWARE.
extern "C" {
#endif
typedef struct ihipStream_t *hipStream_t;
typedef struct hipEvent_t {
struct ihipEvent_t *_handle;
} hipEvent_t;
/**
* @addtogroup GlobalDefs More
* @{