Skip to content

Commit 7abf0d2

Browse files
committed
[3rdparty] Remove dlpack/libbactrace from 3rdparty
This PR removes the TVM dependency on dlpack and libbacktrace, as tvm-ffi being separated to https://github.com/apache/tvm-ffi.
1 parent 04f2c52 commit 7abf0d2

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

.gitmodules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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
@@ -25,9 +22,6 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3939
DMLC_CORE_PATH ?= $(ROOTDIR)/3rdparty/dmlc-core
40-
DLPACK_PATH ?= $(ROOTDIR)/ffi/3rdparty/dlpack
40+
DLPACK_PATH ?= $(ROOTDIR)/3rdparty/tvm-ffi/3rdparty/dlpack
4141

4242
all: $(addsuffix /all,$(TVM_BUILD_PATH))
4343

ffi/3rdparty/dlpack

Lines changed: 0 additions & 1 deletion
This file was deleted.

ffi/3rdparty/libbacktrace

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)