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 panic for memory partitioning error #324

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

ImTheSquid
Copy link
Contributor

Currently when the system cannot allocate any more memory to CubeCL the code panics on a cryptic out of bounds error in the memory management system, specifically when the code is unable to find a valid partition of the available memory blocks. This PR adds a panic to better inform the user of the problem.

@nathanielsimard nathanielsimard merged commit d16920c into tracel-ai:main Nov 28, 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