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

[pull] main from mlc-ai:main #307

Merged
merged 1 commit into from
Dec 5, 2024
Merged

[pull] main from mlc-ai:main #307

merged 1 commit into from
Dec 5, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 5, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

This PR adds a function that invokes the storage allocation function
generated by CUDA Graph rewrite. With this function, we now manually
trigger the storage allocation at initialization time.

The reason we need this is because that the storage allocation may
contain CUDA IPC memory alloc that has to run through a Disco session.
So when a function that needs CUDA graph storage allocation runs first
outside a Disco session, there might be error caused if we did not
initialize the allocation in advance.
@pull pull bot added the ⤵️ pull label Dec 5, 2024
@pull pull bot merged commit d23d6f5 into kp-forks:main Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant