-
Notifications
You must be signed in to change notification settings - Fork 125
[CommandBuffer] Make double finalizing fail #2327
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
5268870
to
0a75eef
Compare
df0961e
to
d474590
Compare
d474590
to
7be4528
Compare
Can you whack a link to the DPC++ PR for this in the description, ta |
@hdelan This PR is next in the queue to be merged, could you resolve the conflict? |
Hugh is on holiday until Monday, so might be better to jump to another ready-to-merge PR until then |
7be4528
to
3352387
Compare
Have rebased |
@hdelan there's a failing command buffer test, just checking this is expected before this can be merged? |
The error given is:
Which I reckon is due to old/incompatible drivers on the runner. I'll kick it off again and see if it passes. |
fb31b89
to
830a6c9
Compare
A command buffer should fail if finalize is called multiple times on the same command buffer. This matches openCL behaviour.
830a6c9
to
69b0e1b
Compare
A command buffer should fail if finalize is called multiple times on the same command buffer. This matches openCL behaviour.
DPC++ PR: intel/llvm#16097