Skip to content

Commit

Permalink
[HLO Componentization] Populate hlo/testlib sub-component (Phase II).
Browse files Browse the repository at this point in the history
This CL takes care of
1. Migrating external projects dependencies from

```
tensorflow/compiler/xla:test
tensorflow/compiler/xla:test_helpers
tensorflow/compiler/xla/service:pattern_matcher_gmock
```

to `tensorflow/compiler/xla/hlo/testlib:*`

PiperOrigin-RevId: 714103797
  • Loading branch information
sdasgup3 authored and Google-ML-Automation committed Jan 10, 2025
1 parent ba29286 commit b4e42c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xla/python/ifrt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ cc_library(
deps = [
":attribute_map",
":ifrt",
"//xla:test",
"//xla/hlo/ir:hlo",
"//xla/hlo/testlib:test",
"//xla/pjrt:pjrt_executable",
"//xla/pjrt:pjrt_layout",
"//xla/tsl/concurrency:ref_count",
Expand Down
2 changes: 1 addition & 1 deletion xla/python/ifrt/mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ limitations under the License.
#include "absl/types/span.h"
#include "llvm/Support/ExtensibleRTTI.h"
#include "xla/hlo/ir/hlo_module.h"
#include "xla/hlo/testlib/test.h"
#include "xla/pjrt/pjrt_executable.h"
#include "xla/pjrt/pjrt_layout.h"
#include "xla/python/ifrt/array.h"
Expand All @@ -52,7 +53,6 @@ limitations under the License.
#include "xla/python/ifrt/topology.h"
#include "xla/python/ifrt/tuple.h"
#include "xla/python/ifrt/value.h"
#include "xla/test.h"
#include "xla/tsl/concurrency/ref_count.h"

namespace xla {
Expand Down

0 comments on commit b4e42c2

Please sign in to comment.