diff --git a/.gitmodules b/.gitmodules index 98a04339..f662ee90 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "third_party/cpuinfo"] path = third_party/cpuinfo url = https://github.com/pytorch/cpuinfo.git +[submodule "third_party/pybind11"] + path = third_party/pybind11 + url = https://github.com/pybind/pybind11.git diff --git a/third_party/prepare.sh b/third_party/prepare.sh index 2975fe2c..2afecaa7 100755 --- a/third_party/prepare.sh +++ b/third_party/prepare.sh @@ -36,3 +36,5 @@ pushd MegRay/third_party >/dev/null git submodule update --init gdrcopy git submodule update --init ucx popd >/dev/null + +git submodule update --init pybind11 diff --git a/third_party/pybind11 b/third_party/pybind11 new file mode 160000 index 00000000..b3d8fec0 --- /dev/null +++ b/third_party/pybind11 @@ -0,0 +1 @@ +Subproject commit b3d8fec066285c831b69fd77c092f1cc70e38882