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
This commit is contained in:
Rahul Garg
2019-11-06 23:47:10 -08:00
committed by Maneesh Gupta
parent 2fa45c215a
commit 579a4f36fa
11 changed files with 128 additions and 109 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ THE SOFTWARE.
#include <stdio.h>
#include <iostream>
#include "hip/hip_runtime.h"
#include "hip/hip_hcc.h"
#include "hip/hip_ext.h"
#include "test_common.h"
#define CHECK(error) \
@@ -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)
@@ -27,11 +27,9 @@ THE SOFTWARE.
*/
#include "hip/hip_runtime.h"
//#include "hip/hip_runtime_api.h"
#include <iostream>
#include <fstream>
#include <vector>
//#include <hip/hip_hcc.h>
#define fileName "tex2d_kernel.code"