Skip to content

Commit 7b8e0d0

Browse files
[XLA:CPU] Create "test_xla_cpu_no_thunks" test tag
This allows tests to be tagged "test_xla_cpu_no_thunks" to run the test with XLA:CPU's non-thunks runtime enabled. PiperOrigin-RevId: 707498820
1 parent 492bff6 commit 7b8e0d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_tools/lint/tags.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
"Internally, `xla_test` sets `--xla_cpu_use_thunk_runtime`. Unused on"
8888
" OpenXLA CI."
8989
),
90+
"test_xla_cpu_no_thunks": (
91+
"Internally, `xla_test` sets `--xla_cpu_use_thunk_runtime` to false."
92+
" Unused on OpenXLA CI."
93+
),
9094
"test_migrated_to_hlo_runner_pjrt": (
9195
"Adds the appropriate `xla/tests:pjrt_$BACKEND_client_registry` to the"
9296
" annotated `xla_test` target. Adding this tag does not synthesize"

0 commit comments

Comments
 (0)