Added proper device data types

Change-Id: I42029635ff68c3c13a764a3eda6447e6c77878c6
This commit is contained in:
Aditya Atluri
2017-01-11 15:06:25 -06:00
parent 9a0780001b
commit 39910029a6
7 changed files with 4010 additions and 774 deletions
+1 -1
View File
@@ -32,6 +32,7 @@ THE SOFTWARE.
#include <stdlib.h>
#include<iostream>
#include "hip/hip_runtime.h"
#include "hip/hip_vector_types.h"
#include "test_common.h"
#if (__hcc_workweek__ >= 16164) || defined (__HIP_PLATFORM_NVCC__)
@@ -389,4 +390,3 @@ int main() {
}
#endif