We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b67a2 commit 7946037Copy full SHA for 7946037
docs/lang/articles/internals/internal.md
@@ -343,5 +343,5 @@ assert mapping_b == {0: 1, 1: 0}
343
# the virtual first index exposed to the user comes second in memory layout.
344
```
345
346
-Taichi supports up to 8 (`constexpr int taichi_max_num_indices = 8`)
+Taichi supports up to 12 (`constexpr int taichi_max_num_indices = 12`)
347
virtual indices and physical indices.
0 commit comments