You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Fix LastDeviceIds assignment for Platform w/o device (#5695)
When platform has no devices LastDeviceIds[] for the platform will stay 0 that will affect device enumeration for the next platforms.
Now we do adjustment if no devices for platform was obtained from backend.
Testing: issue is found/partly covered by E2E test in llvm-test_suite/SYCL/Regression/device_num.cpp
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
0 commit comments