fixed compilation bugs

1. Texture functions are now compiling fine
2. Fixed hipFuncCache to hipFuncCache_t

Change-Id: I8f815887e4de43ee115bbaff249905b236541c39
This commit is contained in:
Aditya Atluri
2016-11-21 08:56:30 -06:00
parent afaa5fcf96
commit 2412c9a061
7 changed files with 20 additions and 17 deletions
+1
View File
@@ -24,6 +24,7 @@ THE SOFTWARE.
#include "hip/hip_runtime.h"
#include "hip/hip_texture.h"
#include "hip/hip_runtime_api.h"
#define HC __attribute__((hc))