moved runtime macros to runtime_api.h

Change-Id: Ib47e449328e8e6ec55d1b6ee19899de4b591ea8e


[ROCm/clr commit: 3b1f0e903c]
이 커밋은 다음에 포함됨:
Aditya Atluri
2016-11-17 14:19:18 -06:00
부모 e2dd339cfd
커밋 cc573d140d
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" {