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

[cuda] Wire up basic creating devices, allocators, and buffers #14011

Merged
merged 4 commits into from
Jun 9, 2023

Conversation

antiagainst
Copy link
Contributor

This commit ports over existing CUDA HAL driver code to enable
creating devices, allocators, and buffers. It's mostly NFC,
with just symbol renaming and turning various functionalities
into unimplemented.

With this commit, we are able to pick up CTS tests.

Progress towards #13245

@antiagainst
Copy link
Contributor Author

antiagainst commented Jun 9, 2023

@benvanik: As usual, the last commit is modifications made.

This commit ports over existing CUDA HAL driver code to enable
creating devices, allocators, and buffers. It's mostly NFC,
with just symbol renaming and turning various functionalities
into unimplemented.

With this commit, we are able to pick up CTS tests.
@benvanik
Copy link
Collaborator

benvanik commented Jun 9, 2023

One more patch from #14033 and then once this lands I'll mirror changes to these files I make.

@benvanik
Copy link
Collaborator

benvanik commented Jun 9, 2023

Oh also #14029 and #14018.

@antiagainst
Copy link
Contributor Author

@benvanik: Done! Now all new changes are picked up.

@antiagainst antiagainst merged commit c4e01e9 into iree-org:main Jun 9, 2023
@antiagainst antiagainst deleted the cuda2-device branch June 9, 2023 21:40
nhasabni pushed a commit to plaidml/iree that referenced this pull request Aug 24, 2023
…org#14011)

This commit ports over existing CUDA HAL driver code to enable
creating devices, allocators, and buffers. It's mostly NFC,
with just symbol renaming and turning various functionalities
into unimplemented.

With this commit, we are able to pick up CTS tests.

Progress towards iree-org#13245
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hal/cuda Runtime CUDA HAL backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants