module_api/Makefile: Use gencodeobject instead of genisa

Change-Id: I7e3523810f5603ad727b1fda7ff2d0dc53ec72d7


[ROCm/hip commit: 13d1721431]
Αυτή η υποβολή περιλαμβάνεται σε:
Maneesh Gupta
2016-09-01 12:10:31 +05:30
γονέας 39702e67f5
υποβολή 34ed6ed4cc
@@ -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