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] Port over descriptor set and pipeline layout #14038

Merged
merged 5 commits into from
Jun 12, 2023

Conversation

antiagainst
Copy link
Contributor

@antiagainst antiagainst commented Jun 9, 2023

This commit reuses the existing CUDA HAL driver's descriptor set
and pipeline layout implementation. Along the way, dropped the
context wrapper and adds more documentation.

Progress towards #13245

This commit reuses the existing CUDA HAL driver's descriptor set
and pipeline layout implementation. Along the way, dropped the
context wrapper and adds more documentation.
@antiagainst antiagainst added the hal/cuda Runtime CUDA HAL backend label Jun 9, 2023
@antiagainst antiagainst requested a review from benvanik June 9, 2023 21:42
@antiagainst antiagainst self-assigned this Jun 9, 2023
experimental/cuda2/pipeline_layout.c Outdated Show resolved Hide resolved
experimental/cuda2/pipeline_layout.c Outdated Show resolved Hide resolved
experimental/cuda2/pipeline_layout.c Show resolved Hide resolved
experimental/cuda2/pipeline_layout.c Outdated Show resolved Hide resolved
experimental/cuda2/pipeline_layout.c Outdated Show resolved Hide resolved
experimental/cuda2/pipeline_layout.h Outdated Show resolved Hide resolved
experimental/cuda2/pipeline_layout.h Outdated Show resolved Hide resolved
@antiagainst antiagainst requested a review from benvanik June 9, 2023 22:25
@antiagainst
Copy link
Contributor Author

@benvanik: this is ready for another look now. :)

@antiagainst antiagainst merged commit 45a3eb4 into iree-org:main Jun 12, 2023
40 checks passed
@antiagainst antiagainst deleted the cuda2-pipeline-layout3 branch June 12, 2023 18:16
nhasabni pushed a commit to plaidml/iree that referenced this pull request Aug 24, 2023
This commit reuses the existing CUDA HAL driver's descriptor set
and pipeline layout implementation. Along the way, dropped the
context wrapper and adds more documentation.

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.

None yet

2 participants