Fix hipCommander Makefile

This commit is contained in:
Rahul Garg
2018-05-16 15:01:32 +05:30
parent a69b4c3a06
commit dc4d305c25
+1 -1
View File
@@ -19,7 +19,7 @@ $(EXE): hipCommander.cpp
$(HIPCC) $(CXXFLAGS) $^ -o $@
nullkernel.hsaco : nullkernel.hip.cpp
$(HIPCC) --genco nullkernel.hip -o nullkernel.hsaco
$(HIPCC) --genco nullkernel.hip.cpp -o nullkernel.hsaco
install: $(EXE)