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

Add chunked evaluation mode #194

Open
adrhill opened this issue Sep 6, 2024 · 0 comments
Open

Add chunked evaluation mode #194

adrhill opened this issue Sep 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@adrhill
Copy link
Owner

adrhill commented Sep 6, 2024

Similar to ForwardDiff, we should offer a chunked evaluation mode. Instead of computing a single forward pass with the full index set, this would compute multiple forward passes with subsets of indices of fixed-size.
This would greatly reduce the required memory and could enable the use of e.g. custom stack-allocated 64-bit BitSets. Such statically sized patterns might also be the missing puzzle piece for GPU compatibility (see #67).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant