-
Notifications
You must be signed in to change notification settings - Fork 800
[SYCL][Graph] Bugfix: Keep handle to last recorded queue after cleanup #20831
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
adamfidel
left a comment
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.
The code changes look good to me.
The CI failures seem to be unrelated. It looks like a few time outs and unrelated errors in KernelCompiler/sycl_join.cpp and Config/select_device.cpp.
|
|
|
Failures are unrelated. @intel/llvm-gatekeepers Please consider merging |
MRecordingQueuesis cleared after recording is completed. Which prevents optimization of reusing an available queue for an executable graph object, instead of creating a placeholder queue.