https://github.com/dmlc/dgl
Revision 1547bd931d17cd1da144a6d38bb687c0f2c3b364 authored by Rhett Ying on 04 March 2024, 08:43:15 UTC, committed by RhettYing on 04 March 2024, 08:46:34 UTC
1 parent 69247f5
Raw File
Tip revision: 1547bd931d17cd1da144a6d38bb687c0f2c3b364 authored by Rhett Ying on 04 March 2024, 08:43:15 UTC
[doc] use tqdm from tqdm.auto (#7191)
Tip revision: 1547bd9
.gitmodules
[submodule "third_party/dmlc-core"]
	path = third_party/dmlc-core
	url = https://github.com/dmlc/dmlc-core.git
[submodule "third_party/dlpack"]
	path = third_party/dlpack
	url = https://github.com/dmlc/dlpack.git
[submodule "third_party/googletest"]
	path = third_party/googletest
	url = https://github.com/google/googletest.git
[submodule "third_party/METIS"]
	path = third_party/METIS
	url = https://github.com/KarypisLab/METIS.git
[submodule "third_party/phmap"]
	path = third_party/phmap
	url = https://github.com/greg7mdp/parallel-hashmap.git
[submodule "third_party/nanoflann"]
	path = third_party/nanoflann
	url = https://github.com/jlblancoc/nanoflann
[submodule "third_party/libxsmm"]
	path = third_party/libxsmm
	url = https://github.com/hfp/libxsmm.git
[submodule "third_party/pcg"]
	path = third_party/pcg
	url = https://github.com/imneme/pcg-cpp.git
[submodule "third_party/cccl"]
	path = third_party/cccl
	url = https://github.com/NVIDIA/cccl.git
[submodule "third_party/liburing"]
	path = third_party/liburing
	url = https://github.com/axboe/liburing.git
back to top