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

[SYCL] Fix typo #1399

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: env SYCL_DEVICE_FILTER='*' %t.out &> %t.log
// RUN: FileCheck %s < %t.log
//
// CHECK: WARNING: The enviroment variable SYCL_DEVICE_FITLER is deprecated.
// CHECK: WARNING: The enviroment variable SYCL_DEVICE_FILTER is deprecated.
// CHECK-SAME: Please use ONEAPI_DEVICE_SELECTOR instead.
// CHECK-NEXT: For more details, please refer to:
// CHECK-NEXT: https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md#oneapi_device_selector
Expand Down