moved runtime macros to runtime_api.h

Change-Id: Ib47e449328e8e6ec55d1b6ee19899de4b591ea8e


[ROCm/hip commit: 1618cb3f85]
Этот коммит содержится в:
Aditya Atluri
2016-11-17 14:19:18 -06:00
родитель 7192577e38
Коммит 68c2b11ed8
2 изменённых файлов: 4 добавлений и 4 удалений
-4
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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" {