https://github.com/dmlc/dgl
Raw File
Tip revision: a5c089cb3568745207b2226de5916fcd54037805 authored by Xin Yao on 20 July 2023, 05:54:30 UTC
Merge branch 'master' into fix-gpu-sampling-doc
Tip revision: a5c089c
.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/thrust"]
	path = third_party/thrust
	url = https://github.com/NVIDIA/thrust.git
[submodule "third_party/pcg"]
	path = third_party/pcg
	url = https://github.com/imneme/pcg-cpp.git
back to top