moved runtime macros to runtime_api.h

Change-Id: Ib47e449328e8e6ec55d1b6ee19899de4b591ea8e
This commit is contained in:
Aditya Atluri
2016-11-17 14:19:18 -06:00
parent c20c524400
commit 1618cb3f85
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -58,10 +58,6 @@ THE SOFTWARE.
#error (HCC must support GRID_LAUNCH_20)
#endif
#define HIP_LAUNCH_PARAM_BUFFER_POINTER ((void*) 0x01)
#define HIP_LAUNCH_PARAM_BUFFER_SIZE ((void*) 0x02)
#define HIP_LAUNCH_PARAM_END ((void*) 0x03)
extern int HIP_TRACE_API;
//TODO-HCC-GL - change this to typedef.
+4
View File
@@ -39,6 +39,10 @@ THE SOFTWARE.
#error("This version of HIP requires a newer version of HCC.");
#endif
#define HIP_LAUNCH_PARAM_BUFFER_POINTER ((void*) 0x01)
#define HIP_LAUNCH_PARAM_BUFFER_SIZE ((void*) 0x02)
#define HIP_LAUNCH_PARAM_END ((void*) 0x03)
// Structure definitions:
#ifdef __cplusplus
extern "C" {