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

add initial unified SVM capability tests #2210

Open
wants to merge 9 commits into
base: cl_khr_unified_svm
Choose a base branch
from

Conversation

bashbaug
Copy link
Contributor

@bashbaug bashbaug commented Jan 5, 2025

These tests are passing on many devices using the unified SVM emulation layer.

Specifically, adds tests for:

  • CL_SVM_CAPABILITY_SINGLE_ADDRESS_SPACE_KHR
  • CL_SVM_CAPABILITY_DEVICE_UNASSOCIATED_KHR
  • CL_SVM_CAPABILITY_HOST_READ_KHR
  • CL_SVM_CAPABILITY_HOST_WRITE_KHR
  • CL_SVM_CAPABILITY_HOST_MAP_KHR
  • CL_SVM_CAPABILITY_DEVICE_READ_KHR
  • CL_SVM_CAPABILITY_DEVICE_WRITE_KHR
  • CL_SVM_CAPABILITY_DEVICE_ATOMIC_ACCESS_KHR
  • CL_SVM_CAPABILITY_INDIRECT_ACCESS_KHR

Still TODO:

  • CL_SVM_CAPABILITY_SYSTEM_ALLOCATED_KHR
  • CL_SVM_CAPABILITY_DEVICE_OWNED_KHR
  • CL_SVM_CAPABILITY_CONTEXT_ACCESS_KHR
  • CL_SVM_CAPABILITY_HOST_OWNED_KHR
  • CL_SVM_CAPABILITY_CONCURRENT_ACCESS_KHR
  • CL_SVM_CAPABILITY_CONCURRENT_ATOMIC_ACCESS_KHR

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.

1 participant