Skip to content

Commit e68461f

Browse files
sparc1998Google-ML-Automation
authored andcommitted
Replace the include of verified_hlo_module.h from tensorflow/compiler/xla/tests/ to tensorflow/compiler/xla/hlo/testlib/, in memory_bound_loop_optimizer_test.cc.
PiperOrigin-RevId: 707283352
1 parent 4728062 commit e68461f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xla/service/memory_space_assignment/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,12 +519,12 @@ xla_cc_test(
519519
"//xla:xla_data_proto_cc",
520520
"//xla/hlo/analysis:hlo_alias_analysis",
521521
"//xla/hlo/ir:hlo",
522+
"//xla/hlo/testlib:verified_hlo_module",
522523
"//xla/hlo/utils:hlo_live_range",
523524
"//xla/service:buffer_value",
524525
"//xla/service:hlo_cost_analysis",
525526
"//xla/service:hlo_value",
526527
"//xla/tests:hlo_test_base",
527-
"//xla/tests:verified_hlo_module",
528528
"//xla/tsl/lib/core:status_test_util",
529529
"@com_google_absl//absl/container:flat_hash_map",
530530
"@com_google_absl//absl/container:flat_hash_set",

xla/service/memory_space_assignment/memory_bound_loop_optimizer_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ limitations under the License.
3939
#include "xla/hlo/ir/hlo_instruction.h"
4040
#include "xla/hlo/ir/hlo_module.h"
4141
#include "xla/hlo/ir/hlo_opcode.h"
42+
#include "xla/hlo/testlib/verified_hlo_module.h"
4243
#include "xla/hlo/utils/hlo_live_range.h"
4344
#include "xla/service/buffer_value.h"
4445
#include "xla/service/hlo_cost_analysis.h"
@@ -54,7 +55,6 @@ limitations under the License.
5455
#include "xla/shape_util.h"
5556
#include "xla/status_macros.h"
5657
#include "xla/tests/hlo_test_base.h"
57-
#include "xla/tests/verified_hlo_module.h"
5858
#include "xla/tsl/lib/core/status_test_util.h"
5959
#include "xla/util.h"
6060
#include "xla/xla_data.pb.h"

0 commit comments

Comments
 (0)