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

Added new ParallelCache and ParallelProcessingCache classes #1059

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

m4rs-mt
Copy link
Owner

@m4rs-mt m4rs-mt commented Aug 30, 2023

Added new classes to simplify programming with Parallel.For in terms of caching of intermediate results. See #1040 for a first use case.

Theses classes are the basis for new parallel processing features in ILGPU.

@m4rs-mt m4rs-mt added enhancement feature A new feature (or feature request) labels Aug 30, 2023
@m4rs-mt m4rs-mt added this to the v2.0 milestone Aug 30, 2023
m4rs-mt added a commit that referenced this pull request Aug 30, 2023
…t cached intermediate values during processing.
@m4rs-mt m4rs-mt merged commit c3f0bf8 into master Sep 4, 2023
43 checks passed
@m4rs-mt m4rs-mt deleted the parallel_cache branch September 4, 2023 17:57
MoFtZ pushed a commit to MoFtZ/ILGPU that referenced this pull request Apr 24, 2024
- Added new ParallelCache and ParallelProcessingCache classes to support cached intermediate values during processing.
MoFtZ pushed a commit to MoFtZ/ILGPU that referenced this pull request Apr 24, 2024
- Added new ParallelCache and ParallelProcessingCache classes to support cached intermediate values during processing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature A new feature (or feature request)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants