Moved flag to hip_runtime.h

이 커밋은 다음에 포함됨:
Aditya Atluri
2016-03-30 03:32:39 -05:00
부모 80b176d540
커밋 e476d4e8f0
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
+1 -1
파일 보기
@@ -48,7 +48,7 @@ extern int HIP_LAUNCH_BLOCKING;
extern int HIP_PRINT_ENV;
extern int HIP_ATP_MARKER;
extern int HIP_TRACE_API;
//extern int HIP_TRACE_API;
extern int HIP_ATP;
extern int HIP_DB;
extern int HIP_STAGING_SIZE; /* size of staging buffers, in KB */
+2 -1
파일 보기
@@ -39,12 +39,13 @@ THE SOFTWARE.
#define CUDA_SUCCESS hipSuccess
#include <hip_runtime_api.h>
#include "hcc_detail/hip_hcc.h"
//#include "hcc_detail/hip_hcc.h"
//---
// Remainder of this file only compiles with HCC
#ifdef __HCC__
#include <hc.hpp>
#include <grid_launch.h>
extern int HIP_TRACE_API;
//TODO-HCC-GL - change this to typedef.
//typedef grid_launch_parm hipLaunchParm ;