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][COMPAT] Enabled device_info caching within device_ext (#14630)
This patch introduces a simple memoization mechanism within `device_ext`
by caching the `device_info`, which helps avoid redundant/unnecessary
queries of the full device infos whenever a single device info
_(`max_wg_size` for e.g.)_ is requested.
API Tests in `device_ext_api` have been slightly modified to verify some
of the expected new changes to `get_device_info` methods.
0 commit comments