Implement hip_ldg Functions into HIP header

Move all the function definitions for hip_ldg.cpp into hip_ldg.h header and enable for HIP clang path.


[ROCm/hip commit: 76f86ef097]
이 커밋은 다음에 포함됨:
Aaron Enye Shi
2018-07-05 20:38:46 +00:00
부모 8e1a7fdd09
커밋 17453a6278
4개의 변경된 파일62개의 추가작업 그리고 119개의 파일을 삭제
+1 -1
파일 보기
@@ -35,7 +35,7 @@ THE SOFTWARE.
#include "hip/hip_vector_types.h"
#include "test_common.h"
#if (__hcc_workweek__ >= 16164) || defined(__HIP_PLATFORM_NVCC__)
#if (__hcc_workweek__ >= 16164) || defined(__HIP_PLATFORM_NVCC__) || defined(__HIP_CLANG_ONLY__)
#define HIP_ASSERT(x) (assert((x) == hipSuccess))