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][NFC] Remove deprecated variables from LIT (#2794)
Remove use of deprecated environment variables (SYCL_BE,
SYCL_DEVICE_TYPE) from LIT framework. Use SYCL_DEVICE_FILTER instead:
- rename CMake parameter SYCL_BE to SYCL_PLUGIN to avoid mix-up with
deprecated environment variable;
- update [CPU|GPU|ACC]_RUN_PLACEHOLDER to use SYCL_DEVICE_FILTER;
- change values format used to define a backend and a device type to
match SYCL_DEVICE_FILTER requirements;
- add BE_RUN_PLACEHOLDER to set backend only for tests which require
that;
- add RUN_ON_HOST substitution to clearly state target device in RUN
command.
0 commit comments