-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][L0] Add SubDevices into the device cache #3314
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
This PR adds the missing sub-devices in the device cache. This fixes the missing cache loopup for sub-devices. Signed-off-by: Byoungro So <[email protected]>
Signed-off-by: Byoungro So <[email protected]>
Signed-off-by: Byoungro So <[email protected]>
Co-authored-by: smaslov-intel <[email protected]>
Signed-off-by: Byoungro So <[email protected]>
Signed-off-by: Byoungro So <[email protected]>
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, remember to add test
It seems the failure FAIL: Clang::intel-fpga-global-const.cpp is not related to my changeset. |
Signed-off-by: Byoungro So <[email protected]>
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
I tried to rerun 5 times today, and FAIL: Clang::intel-fpga-global-const.cpp is persistent today. @bader |
It looks like we have a conflicts between a539197 and f32c431. I'll try to fix this issue.. |
I hope #3339 addresses the problem with clang/test/SemaSYCL/intel-fpga-global-const.cpp. |
Thanks a lot, @bader . |
I'll restart buildbot tests in this PR after #3339 is merged. |
Great! Then, I can go to bed. Thank you again, Alexey. |
This PR adds the missing sub-devices in the device cache.
This fixes the missing cache loopup for sub-devices.
Signed-off-by: Byoungro So [email protected]