Commit f988a955 by SRK Reddy Committed by Tianqi Chen

[BUILD] correction in topi dependencies

        Change at 'topi/include/topi/' not recognozed by make.
parent 55d13d47
......@@ -298,7 +298,7 @@ build/%.o: src/%.cc
build/topi/%.o: topi/src/%.cc
@mkdir -p $(@D)
$(CXX) $(CFLAGS) -MM -MT build/$*.o $< >build/$*.d
$(CXX) $(CFLAGS) -MM -MT build/topi/$*.o $< >build/topi/$*.d
$(CXX) -c $(CFLAGS) -c $< -o $@
lib/libtvm.${SHARED_LIBRARY_SUFFIX}: $(ALL_DEP) $(RUNTIME_DEP)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment