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

Support matrices and vectors on the shared heap #12

Closed
andreaferretti opened this issue Jun 13, 2017 · 0 comments
Closed

Support matrices and vectors on the shared heap #12

andreaferretti opened this issue Jun 13, 2017 · 0 comments

Comments

@andreaferretti
Copy link
Owner

These can be used by setting data to nil and setting fp directly. The data would have to be managed manually, much like most things on the shared heap. The approach is similar to what we do with the matrices and vectors on the stack.

A few functions need to be written to create these matrices and vectors on the shared heap, and the deallocate them, and then a few examples can be written. It would be nice to have an example where different threads work on independent slices of the data.

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

1 participant