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

Explicitly specify USMFree as a blocking operation. #2263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aarongreig
Copy link
Contributor

@aarongreig aarongreig commented Oct 29, 2024

Also add test to enforce this.

This is basically just codifying behaviour that sycl already relies on, see this e2e test

@github-actions github-actions bot added loader Loader related feature/bug specification Changes or additions to the specification labels Oct 29, 2024
@aarongreig aarongreig marked this pull request as ready for review October 30, 2024 11:23
@aarongreig aarongreig requested review from a team as code owners October 30, 2024 11:23
Copy link
Contributor

@callumfare callumfare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just needs an intel/llvm PR since the adapter has changed

@aarongreig
Copy link
Contributor Author

LLVM PR: intel/llvm#16028

@aarongreig aarongreig marked this pull request as draft November 18, 2024 16:48
@aarongreig
Copy link
Contributor Author

going to re-do this as "specify USMFree as a blocking operation" and add a CTS test in the vein of https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/USM/free_during_kernel_execution.cpp

@aarongreig aarongreig changed the title Explicitly specify USMFree as a non-blocking operation. Explicitly specify USMFree as a blocking operation. Nov 20, 2024
@github-actions github-actions bot added the conformance Conformance test suite issues. label Nov 20, 2024
@aarongreig
Copy link
Contributor Author

closed the llvm PR as this is now an NFC for the loader with no changes to adapter code

@aarongreig aarongreig marked this pull request as ready for review November 22, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues. loader Loader related feature/bug specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants