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-tests commit: 67e27b3603]
Этот коммит содержится в:
Rahul Garg
2019-11-06 23:47:10 -08:00
коммит произвёл Maneesh Gupta
родитель dd06fef4bc
Коммит 26924f665e
3 изменённых файлов: 2 добавлений и 4 удалений
+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)