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


[ROCm/hip commit: 579a4f36fa]
This commit is contained in:
Rahul Garg
2019-11-06 23:47:10 -08:00
کامیت شده توسط Maneesh Gupta
والد 9248fcd9bc
کامیت 6968362d99
11فایلهای تغییر یافته به همراه128 افزوده شده و 109 حذف شده
@@ -32,7 +32,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)