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

[3.0] Avoid duplicate clone task in encryption where possible #145

Open
bchess opened this issue Jun 27, 2024 · 0 comments
Open

[3.0] Avoid duplicate clone task in encryption where possible #145

bchess opened this issue Jun 27, 2024 · 0 comments
Assignees

Comments

@bchess
Copy link
Contributor

bchess commented Jun 27, 2024

Eta0 last week
Adding a clone task can be skipped if a tensor is being cloned for not having been contiguous. Since that happens asynchronously, it should still be included up to this point (so its cloning status is tracked by clone_dependencies); it just won't need the final cloning part here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants