-
Notifications
You must be signed in to change notification settings - Fork 82
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
Kernel-local regions #63
Comments
Here are some comments from that most recent commit about how I fixed it and what better solutions are.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should add a special region inside of kernels that lives in local (or shared) memory. Kernels could use this to allocate data that isn't actually returned from the kernel.
The text was updated successfully, but these errors were encountered: