Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Remove use of deprecated environment variables (SYCL_BE, #60

Closed
wants to merge 1 commit into from

Conversation

vladimirlaz
Copy link

SYCL_DEVICE_TYPE) from LIT framework. Use SYCL_DEVICE_FILTER instead:

  • 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 maping from old SYCL backend name format to new one to avoid
    impact on CI automation.

Depends on intel/llvm#2826

SYCL_DEVICE_TYPE) from LIT framework. Use SYCL_DEVICE_FILTER instead:

 - 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 maping from old SYCL backend name format to new one to avoid
   impact on CI automation.
@vladimirlaz
Copy link
Author

submitted in scope of #72

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant