module_api sample: Remove unnecessary platform checks

Change-Id: I1d531264d51ff952a3a68d554672b6d293e23379
This commit is contained in:
Maneesh Gupta
2016-09-04 21:25:14 +05:30
parent 34469e51f1
commit 0cc51f2a72
2 changed files with 10 additions and 28 deletions
+1 -8
View File
@@ -26,15 +26,8 @@ THE SOFTWARE.
#define LEN 64
#define SIZE LEN<<2
#ifdef __HIP_PLATFORM_HCC__
#define fileName "vcpy_kernel.co"
#define fileName "vcpy_kernel.code"
#define kernel_name "hello_world"
#endif
#ifdef __HIP_PLATFORM_NVCC__
#define fileName "vcpy_kernel.ptx"
#define kernel_name "hello_world"
#endif
int main(){
float *A, *B;