From 9e167ab02e7c80860d43c90eff82013717d604dc Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 12 Sep 2018 16:41:24 +0530 Subject: [PATCH] Remove adipose extn from launchKernelHcc sample --- samples/0_Intro/module_api/launchKernelHcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/0_Intro/module_api/launchKernelHcc.cpp b/samples/0_Intro/module_api/launchKernelHcc.cpp index b5f40d68d9..f6bb9e5361 100644 --- a/samples/0_Intro/module_api/launchKernelHcc.cpp +++ b/samples/0_Intro/module_api/launchKernelHcc.cpp @@ -34,7 +34,7 @@ THE SOFTWARE. #define LEN 64 #define SIZE LEN << 2 -#define fileName "vcpy_kernel.code.adipose" +#define fileName "vcpy_kernel.code" #define kernel_name "hello_world" #define HIP_CHECK(status) \