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
committed by Maneesh Gupta
コミット 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)