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

Conversation

aarongreig
Copy link
Contributor

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

@aarongreig aarongreig added the conformance Conformance test suite issues. label Nov 3, 2023
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 aarongreig marked this pull request as ready for review November 6, 2023 12:18
@aarongreig aarongreig requested review from a team as code owners November 6, 2023 12:18
@aarongreig aarongreig closed this Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants