From 3b031666ae51425f0f560e25418334934c3f9f85 Mon Sep 17 00:00:00 2001 From: ChestnutYueyue <952134128@qq.com> Date: Fri, 27 Feb 2026 20:44:17 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20TBB=20=E4=BD=9C?= =?UTF-8?q?=E4=B8=BA=E7=AC=AC=E4=B8=89=E6=96=B9=E5=AD=90=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 oneTBB 作为子模块以支持并行计算功能,路径为 third_party/tbb --- .gitmodules | 3 +++ third_party/tbb | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/tbb diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bcdcc50 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/tbb"] + path = third_party/tbb + url = https://github.com/oneapi-src/oneTBB.git diff --git a/third_party/tbb b/third_party/tbb new file mode 160000 index 0000000..492c01e --- /dev/null +++ b/third_party/tbb @@ -0,0 +1 @@ +Subproject commit 492c01ee2b906e945f08355787dfc015dd7cc505