-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][NFC] Remove unused host kernel member in CGExecKernel #18466
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
base: sycl
Are you sure you want to change the base?
[SYCL][NFC] Remove unused host kernel member in CGExecKernel #18466
Conversation
The MHostKernel member in CGExecKernel was unused, so this commit removes it. Signed-off-by: Larsen, Steffen <[email protected]>
Looks like the host kernel copy is implicitly being used to keep the contents of it alive during scheduling. Converting this to draft for now. |
Which tests failed? If you revert my changes from #18387, does this work? My fast path currently depends on the |
🫠
Let me try. I haven't seen these failures before, so if things changed recently it might explain it. |
The MHostKernel member in CGExecKernel was unused, so this commit removes it.