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

[SYCL] Remove use of deprecated environment variables #72

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

vladimirlaz
Copy link

Use of SYCL_BE and SYCL_DEVICE_TYPE was removed from LIT framework.
SYCL_DEVICE_FILTER is used 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.

Use of SYCL_BE and SYCL_DEVICE_TYPE was removed from LIT framework.
SYCL_DEVICE_FILTER is used 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

@vladimirlaz vladimirlaz merged commit ce23b34 into intel:intel Dec 14, 2020
@vladimirlaz vladimirlaz deleted the remove_deprecated branch December 14, 2020 20:10
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…t-suite#72)

Use of SYCL_BE and SYCL_DEVICE_TYPE was removed from LIT framework.
SYCL_DEVICE_FILTER is used 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 mapping from old SYCL backend name format to new one to avoid
   impact on CI automation.
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