Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
ngraph v0.1.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
adstraw authored and Matthew Brookhart committed Mar 19, 2018
1 parent c8e02fe commit 8f58669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ CFLAGS += -I$(ROOTDIR)/mshadow/ -I$(ROOTDIR)/dmlc-core/include -fPIC -I$(NNVM_PA
ifndef NGRAPH_DIR
ifeq ($(USE_NGRAPH),1)
NGRAPH_DIR = $(ROOTDIR)/ngraph/install
NGRAPH := $(shell ./prepare_ngraph.sh $(NGRAPH_DIR) v0.1.0-rc0)
NGRAPH := $(shell ./prepare_ngraph.sh $(NGRAPH_DIR) v0.1.0)
endif
endif

Expand Down

0 comments on commit 8f58669

Please sign in to comment.