Skip to content
Snippets Groups Projects
Commit c185d0a6 authored by Henning Becker's avatar Henning Becker Committed by TensorFlower Gardener
Browse files

Remove GPU runtime dependencies from xla_cc_test

xla_cc_test should only be used for backend-agnostic tests. If you need the GPU backend to be linked in either use `xla_test` if the tests requires a GPU or explicitly add the dependencies otherwise. The latter should be rare and mainly needed for XLA runtime tests.

PiperOrigin-RevId: 736023696
parent bf5ac714
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment