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

[hip] Optionally enable graph-based command buffer and add tests #16604

Merged
merged 3 commits into from
Feb 29, 2024

Conversation

antiagainst
Copy link
Contributor

@antiagainst antiagainst commented Feb 28, 2024

This commit made hipDrvGraphAddMemcpyNode as an optional symbol so that even when we are missing it we can still build the hip HAL driver without problem. Instead it will error out at runtime. This allows us to start testing the hip graph based command buffer. For that, tests are registered.

This commit made `hipDrvGraphAddMemcpyNode` as an optional symbol
so that even when we are missing it we can still build the hip
HAL river without problem. Instead it will error out at runtime.
This allows us to start testing the hip graph based command buffer.
For that, tests are registered.
@antiagainst antiagainst added the hal/hip Runtime HIP HAL backend label Feb 28, 2024
@benvanik benvanik changed the title [hip] Optinally enable graph-based command buffer and add tests [hip] Optionally enable graph-based command buffer and add tests Feb 28, 2024
@antiagainst antiagainst requested a review from benvanik February 28, 2024 20:27
@antiagainst antiagainst force-pushed the hip-graph-optional-symbol branch from 13b9fba to 02cb731 Compare February 29, 2024 03:52
@antiagainst antiagainst merged commit 24bf0ac into iree-org:main Feb 29, 2024
47 checks passed
@antiagainst antiagainst deleted the hip-graph-optional-symbol branch February 29, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hal/hip Runtime HIP HAL backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants