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

Improve memory management in sycltest #106

Open
makortel opened this issue Oct 8, 2020 · 0 comments
Open

Improve memory management in sycltest #106

makortel opened this issue Oct 8, 2020 · 0 comments
Labels

Comments

@makortel
Copy link
Collaborator

makortel commented Oct 8, 2020

#102 demonstrates that a sycl::queue needs to be synchronized before the allocated device memory can be freed. Assuming we want to keep the "asynchronous free" (i.e. garbage collection) behavior, we should figure out something to avoid the explicit synchronization.

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

No branches or pull requests

1 participant