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

Properly annotate Intel USM kernels #911

Merged
merged 2 commits into from
Aug 17, 2024
Merged

Properly annotate Intel USM kernels #911

merged 2 commits into from
Aug 17, 2024

Commits on Aug 16, 2024

  1. Intel USM Properly annotate indirect kernel access

    Have to annotate kernels with all types
    
    CL_KERNEL_EXEC_INFO_INDIRECT_HOST_ACCESS_INTEL
    CL_KERNEL_EXEC_INFO_INDIRECT_DEVICE_ACCESS_INTEL
    CL_KERNEL_EXEC_INFO_INDIRECT_SHARED_ACCESS_INTEL
    
    since a kernel might have allocations of varied types
    pvelesko committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7664b80 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    14c74fd View commit details
    Browse the repository at this point in the history