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 feature for delayed execution of kernels #231

Merged
merged 38 commits into from
Jan 3, 2024

Conversation

NaderAlAwar
Copy link
Contributor

Implement delayed execution in PyKokkos. This is enabled when the environment variable PK_TRACE is set. Delayed operations are executed either through pk.flush() or when the data that depends on those operations is accessed. This data can be either a Future returned from a reduction or scan or a View.

gliga and others added 30 commits December 26, 2023 18:01
…t from get_operations() when operation has already been executed
@NaderAlAwar NaderAlAwar merged commit 2e0b664 into kokkos:main Jan 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants