From 52e3d0e799ced8572d15a4ec5ff9f953ed3cb0a3 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 1 Sep 2016 12:10:31 +0530 Subject: [PATCH] module_api/Makefile: Use gencodeobject instead of genisa Change-Id: I7e3523810f5603ad727b1fda7ff2d0dc53ec72d7 --- samples/0_Intro/module_api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/0_Intro/module_api/Makefile b/samples/0_Intro/module_api/Makefile index b58882b0fd..582899b6df 100644 --- a/samples/0_Intro/module_api/Makefile +++ b/samples/0_Intro/module_api/Makefile @@ -10,7 +10,7 @@ runKernel.cuda.out: runKernel.cpp nvcc runKernel.cpp -o $@ vcpy_isa.compile: vcpy_isa.cpp - $(HIPCC) --genisa --target-isa=fiji vcpy_isa.cpp -o vcpy_isa.co + $(HIPCC) --gencodeobject --target-isa=fiji vcpy_isa.cpp -o vcpy_isa.co runKernel.hip.out: runKernel.cpp $(HIPCC) runKernel.cpp -o runKernel.hip.out