2
0

Fix hipCommander Makefile

[ROCm/clr commit: 9707e9f563]
Este cometimento está contido em:
Rahul Garg
2018-05-16 15:01:32 +05:30
ascendente 4bf91ffbd5
cometimento bc0129d05a
+1 -1
Ver ficheiro
@@ -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)