File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 44[submodule "3rdparty/rang "]
55 path = 3rdparty/rang
66 url = https://github.com/agauniyal/rang.git
7- [submodule "3rdparty/libbacktrace "]
8- path = ffi/3rdparty/libbacktrace
9- url = https://github.com/ianlancetaylor/libbacktrace
107[submodule "3rdparty/cutlass "]
118 path = 3rdparty/cutlass
129 url = https://github.com/NVIDIA/cutlass.git
2522[submodule "3rdparty/zlib "]
2623 path = 3rdparty/zlib
2724 url = https://github.com/madler/zlib.git
28- [submodule "ffi/3rdparty/dlpack "]
29- path = ffi/3rdparty/dlpack
30- url = https://github.com/dmlc/dlpack.git
3125[submodule "3rdparty/tvm-ffi "]
3226 path = 3rdparty/tvm-ffi
3327 url = https://github.com/apache/tvm-ffi
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ TVM_BUILD_PATH := $(abspath $(TVM_BUILD_PATH))
3737# Allow environment variables for 3rd-party libraries, default to
3838# packaged version.
3939DMLC_CORE_PATH ?= $(ROOTDIR ) /3rdparty/dmlc-core
40- DLPACK_PATH ?= $(ROOTDIR ) /ffi/3rdparty/dlpack
40+ DLPACK_PATH ?= $(ROOTDIR ) /3rdparty/tvm- ffi/3rdparty/dlpack
4141
4242all : $(addsuffix /all,$(TVM_BUILD_PATH ) )
4343
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments