Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AmesingFlank committed Dec 15, 2022
1 parent 45b67a2 commit 7946037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/articles/internals/internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7946037

Please sign in to comment.