-
Notifications
You must be signed in to change notification settings - Fork 768
[SYCLCompat][E2E] Add sycl::free for allocated memory #16584
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
Conversation
Signed-off-by: Jiang, Zhiwei <[email protected]>
Failed test |
Hi @joeatodd , please help review this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that there might be issues if any calls between the allocation and the free
throw, then free
wouldn't actually get called. I quick glance suggests that's unlikely to happen, but it might be worth reworking at a later point - this is definitely a step in the right direction.
Signed-off-by: Jiang, Zhiwei <[email protected]>
Hi @ProGTX , I have updated the PR according to your comment. |
@intel/llvm-gatekeepers this is ready to merge |
Signed-off-by: Jiang, Zhiwei <[email protected]>
Signed-off-by: Jiang, Zhiwei <[email protected]>
Signed-off-by: Jiang, Zhiwei <[email protected]>
Signed-off-by: Jiang, Zhiwei [email protected]