We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492bff6 commit 7b8e0d0Copy full SHA for 7b8e0d0
build_tools/lint/tags.py
@@ -87,6 +87,10 @@
87
"Internally, `xla_test` sets `--xla_cpu_use_thunk_runtime`. Unused on"
88
" OpenXLA CI."
89
),
90
+ "test_xla_cpu_no_thunks": (
91
+ "Internally, `xla_test` sets `--xla_cpu_use_thunk_runtime` to false."
92
+ " Unused on OpenXLA CI."
93
+ ),
94
"test_migrated_to_hlo_runner_pjrt": (
95
"Adds the appropriate `xla/tests:pjrt_$BACKEND_client_registry` to the"
96
" annotated `xla_test` target. Adding this tag does not synthesize"
0 commit comments