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

Moving synchronous HAL file APIs to the public API. #19512

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

benvanik
Copy link
Collaborator

Implementations backed by device APIs like cuFile/DirectStorage/etc will return false for iree_hal_file_supports_synchronous_io and the respective HAL implementations will handle I/O themselves.

Implementations backed by device APIs like cuFile/DirectStorage/etc
will return false for iree_hal_file_supports_synchronous_io and the
respective HAL implementations will handle I/O themselves.
@benvanik benvanik added the hal/api IREE's public C hardware abstraction layer API label Dec 18, 2024
@benvanik benvanik requested a review from ScottTodd December 18, 2024 14:12
@benvanik benvanik merged commit 5b67943 into main Dec 18, 2024
43 checks passed
@benvanik benvanik deleted the users/benvanik/host-file-1 branch December 18, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hal/api IREE's public C hardware abstraction layer API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants