-
For example, if I want to run the case xla/xla/service/algebraic_simplifier_test.cc Line 119 in 0fbf2e1 what steps shoud i do? |
Beta Was this translation helpful? Give feedback.
Answered by
beckerhe
Aug 22, 2024
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
knightXun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bazel test --test_filter=AlgebraicSimplifierTest.IsNonNegative_Op //xla/service:algebraic_simplifier_test
should do that for you.