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

SvmVec should support CL_DEVICE_SVM_FINE_GRAIN_SYSTEM #38

Closed
kenba opened this issue Sep 15, 2021 · 1 comment
Closed

SvmVec should support CL_DEVICE_SVM_FINE_GRAIN_SYSTEM #38

kenba opened this issue Sep 15, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kenba
Copy link
Owner

kenba commented Sep 15, 2021

Currently SvmVec does not support CL_DEVICE_SVM_FINE_GRAIN_SYSTEM memory, it expects the user to use a vector instead. SvmVec should support all types of shared virtual memory for ease of use.

@kenba kenba added the enhancement New feature or request label Sep 15, 2021
@kenba kenba self-assigned this Sep 15, 2021
@kenba
Copy link
Owner Author

kenba commented Oct 3, 2021

SvmRawVec now uses alloc to allocate and deallocate system memory for CL_DEVICE_SVM_FINE_GRAIN_SYSTEM memory and test_opencl_2_system_svm_example has been added to test it.

@kenba kenba closed this as completed Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant