2
0

Fix hipCommander Makefile

[ROCm/hip-tests commit: 30c587d2b1]
Este cometimento está contido em:
Rahul Garg
2018-05-16 15:01:32 +05:30
ascendente 4be09c086c
cometimento 6819acfe4a
+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)