Rename hip/hip_hcc.h to hip/hip_ext.h (#1341)

* Rename hip/hip_hcc.h to hip/hip_ext.h

* Deprecate hip_hcc.h
이 커밋은 다음에 포함됨:
Rahul Garg
2019-11-06 23:47:10 -08:00
커밋한 사람 Maneesh Gupta
부모 2fa45c215a
커밋 579a4f36fa
11개의 변경된 파일128개의 추가작업 그리고 109개의 파일을 삭제
+1 -1
파일 보기
@@ -25,7 +25,7 @@ THE SOFTWARE.
#include <iostream>
#include <fstream>
#include <vector>
#include <hip/hip_hcc.h>
#include <hip/hip_ext.h>
#define LEN 64
#define SIZE LEN * sizeof(float)