Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[submodule "3rdparty/rang"]
path = 3rdparty/rang
url = https://github.com/agauniyal/rang.git
[submodule "3rdparty/libbacktrace"]
path = ffi/3rdparty/libbacktrace
url = https://github.com/ianlancetaylor/libbacktrace
[submodule "3rdparty/cutlass"]
path = 3rdparty/cutlass
url = https://github.com/NVIDIA/cutlass.git
Expand All @@ -25,9 +22,6 @@
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib.git
[submodule "ffi/3rdparty/dlpack"]
path = ffi/3rdparty/dlpack
url = https://github.com/dmlc/dlpack.git
[submodule "3rdparty/tvm-ffi"]
path = 3rdparty/tvm-ffi
url = https://github.com/apache/tvm-ffi
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ TVM_BUILD_PATH := $(abspath $(TVM_BUILD_PATH))
# Allow environment variables for 3rd-party libraries, default to
# packaged version.
DMLC_CORE_PATH ?= $(ROOTDIR)/3rdparty/dmlc-core
DLPACK_PATH ?= $(ROOTDIR)/ffi/3rdparty/dlpack
DLPACK_PATH ?= $(ROOTDIR)/3rdparty/tvm-ffi/3rdparty/dlpack

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

Expand Down
1 change: 0 additions & 1 deletion ffi/3rdparty/dlpack
Submodule dlpack deleted from 3ea601
1 change: 0 additions & 1 deletion ffi/3rdparty/libbacktrace
Submodule libbacktrace deleted from 793921
Loading