Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement int64 indexing #8608

Open
lstrgar opened this issue Dec 18, 2024 · 0 comments
Open

Implement int64 indexing #8608

lstrgar opened this issue Dec 18, 2024 · 0 comments
Labels
feature request Suggest an idea on this project

Comments

@lstrgar
Copy link

lstrgar commented Dec 18, 2024

int32 indexing over fields limits the size they can take. I regularly run into this limitation.

SNode index might be out of int32 boundary but int64 indexing is not supported yet. Struct fors might not work either.
...
[E 12/18/24 23:27:59.749 2523792] [demote_dense_struct_fors.cpp:convert_to_range_for@29] Assertion failure: total_n <= std::numeric_limits<int>::max()

See related issues:

#5320
#6258

@lstrgar lstrgar added the feature request Suggest an idea on this project label Dec 18, 2024
@github-project-automation github-project-automation bot moved this to Untriaged in Taichi Lang Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Suggest an idea on this project
Projects
Status: Untriaged
Development

No branches or pull requests

1 participant