-
Notifications
You must be signed in to change notification settings - Fork 808
[SYCL] Graph recording support for handler-less kernel submission path #20250
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
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.
LGTM!
Nit: Could you update the description adding that this is a follow-up PR to #19294
@intel/llvm-gatekeepers please consider merging |
1 similar comment
@intel/llvm-gatekeepers please consider merging |
CodeLoc)); | ||
CommandGroup->MIsTopCodeLoc = IsTopCodeLoc; | ||
|
||
if (auto GraphImpl = getCommandGraph(); GraphImpl) { |
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.
if (auto GraphImpl = getCommandGraph(); GraphImpl) { | |
if (auto GraphImpl = getCommandGraph()) { |
Just a non-blocking nitpick, might just be my personal preference though.
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.
Thanks, I will address this in a future PR.
This is a folllow-up PR to #19294