diff --git a/projects/hip/samples/0_Intro/module_api/Makefile b/projects/hip/samples/0_Intro/module_api/Makefile index b58882b0fd..582899b6df 100644 --- a/projects/hip/samples/0_Intro/module_api/Makefile +++ b/projects/hip/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