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

[OpenCL] Return INVALID_SIZE from GetInfo entry points. #1040

Closed

Commits on Nov 6, 2023

  1. [OpenCL] Return INVALID_SIZE from GetInfo entry points.

    Also includes a few other GetInfo related fixes:
    * Add missing device info queries
    * Add mapping of CL command type to UR command type
    * Correct mapping of UR_QUEUE_INFO_FLAGS
    * Add mapping of cl_command_queue_properties to ur_queue_flags_t
    * Add mapping of cl_unified_shared_memory_type_intel to ur_usm_type_t
    * Add UNSUPPORTED_ENUMERATION path to KernelGeGroupInfo tests.
    
    And a fix related to one of the fixed queries:
    * Populate pfnReadHostPipe and pfnWriteHostPipe ddi table entries.
    aarongreig committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7974454 View commit details
    Browse the repository at this point in the history