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 bdeed6c207
commit 67e27b3603
3 changed files with 2 additions and 4 deletions
@@ -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)