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

CR-1167063 Fix hwqueue_handle::wait_command() API comment #7609

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

stsoe
Copy link
Collaborator

@stsoe stsoe commented Jun 30, 2023

Problem solved by the commit

Remove comment about cmd nullptr waiting for any command to complete.

How problem was solved, alternative solutions (if any) and why they were rejected

Throw if nullptr is passed. This means that OpenCL is not supported with platforms that implement hwqueue. If OpenCL support is needed, the command monitor needs to track order of submitted commands and wait on first submitted command before checking status of all running commands.

Remove comment about cmd nullptr waiting for any command to complete.

Throw if nullptr is passed.  This means that OpenCL is not supported
with platforms that implement hwqueue. If OpenCL support is needed,
the command monitor needs to track order of submitted commands and
wait on first submitted command before checking status of all running
commands.

Signed-off-by: Soren Soe <[email protected]>
@gbuildx
Copy link
Collaborator

gbuildx commented Jun 30, 2023

Build failed :(

@stsoe
Copy link
Collaborator Author

stsoe commented Jun 30, 2023

retest this please - windows build error unrelated to code changes

@gbuildx
Copy link
Collaborator

gbuildx commented Jun 30, 2023

Build failed :(

Signed-off-by: Soren Soe <[email protected]>
@gbuildx
Copy link
Collaborator

gbuildx commented Jun 30, 2023

Build Passed!

@stsoe stsoe merged commit 7e731cc into Xilinx:master Jul 24, 2023
2 checks passed
@stsoe stsoe deleted the CR-1167063 branch July 24, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants