From 7946037929b6eee5038acbc7c2169031695aab56 Mon Sep 17 00:00:00 2001 From: Dunfan Lu Date: Thu, 15 Dec 2022 07:00:54 +0000 Subject: [PATCH] update docs --- docs/lang/articles/internals/internal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang/articles/internals/internal.md b/docs/lang/articles/internals/internal.md index f3add13d46cf3..ba9241edcfa43 100644 --- a/docs/lang/articles/internals/internal.md +++ b/docs/lang/articles/internals/internal.md @@ -343,5 +343,5 @@ assert mapping_b == {0: 1, 1: 0} # the virtual first index exposed to the user comes second in memory layout. ``` -Taichi supports up to 8 (`constexpr int taichi_max_num_indices = 8`) +Taichi supports up to 12 (`constexpr int taichi_max_num_indices = 12`) virtual indices and physical indices.