module_api/Makefile: Use gencodeobject instead of genisa

Change-Id: I7e3523810f5603ad727b1fda7ff2d0dc53ec72d7
Этот коммит содержится в:
Maneesh Gupta
2016-09-01 12:10:31 +05:30
родитель c1b1086c71
Коммит 52e3d0e799
+1 -1
Просмотреть файл
@@ -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