Skip to content

Commit 045f983

Browse files
RossBruntonkbenzie
authored andcommitted
Remove references to CTS_ADAPTER_PLATFORM in CI/docs (#18394)
This variable isn't actually read anywhere.
1 parent 1782df0 commit 045f983

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

scripts/core/INTRO.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -420,20 +420,6 @@ framework should run on. This can be used during development and testing to run
420420
are available. If both filters are specified, then they both must match a platform for it to be selected. If there are
421421
no valid platforms, then the tests will fail. Command line arguments take priority over these variables.
422422

423-
.. envvar:: UR_CTS_ADAPTER_PLATFORM
424-
425-
A specifier list in the form of `[(backend):](platform name)[;[(backend)]:(platform name)]...`. If a backend
426-
specific specifier is present in the list and the test is running for that backend, the device with the given name
427-
is chosen. Otherwise, it must match the name of the specifier from the list with no backend. Backend names are case-
428-
insensitive, however platform names must match exactly.
429-
430-
For example, if the test device has multiple platforms and you want to run tests on the "ABC Corp" backend when
431-
testing OpenCL and "XYZ Org" when testing level zero, you'd use `OPENCL:ABC Corp;LEVEL_ZERO:XYZ Org`. This form is
432-
useful when running the `build` target with a build with multiple backends.
433-
434-
For testing only one platform, the backend can be omitted. For example, just `ABC Corp` is sufficient if the tests
435-
are only going to be testing OpenCL.
436-
437423
.. envvar:: UR_CTS_BACKEND
438424

439425
A (case insensitive) backend to force the test to use. For example, `opencl`, `level_zero`, `hip` and so on.

0 commit comments

Comments
 (0)