mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Automated Code Change
PiperOrigin-RevId: 818968250
This commit is contained in:
parent
267f1b7fd7
commit
ab00f6c182
2
third_party/xla/xla/codegen/tiling/BUILD
vendored
2
third_party/xla/xla/codegen/tiling/BUILD
vendored
|
|
@ -52,6 +52,7 @@ xla_cc_test(
|
||||||
"//xla/service/gpu/model/experimental:symbolic_expr",
|
"//xla/service/gpu/model/experimental:symbolic_expr",
|
||||||
"//xla/tsl/platform:status_matchers",
|
"//xla/tsl/platform:status_matchers",
|
||||||
"//xla/tsl/platform:statusor",
|
"//xla/tsl/platform:statusor",
|
||||||
|
"@com_google_absl//absl/status:status_matchers",
|
||||||
"@com_google_googletest//:gtest_main",
|
"@com_google_googletest//:gtest_main",
|
||||||
"@llvm-project//mlir:IR",
|
"@llvm-project//mlir:IR",
|
||||||
],
|
],
|
||||||
|
|
@ -152,6 +153,7 @@ cc_library(
|
||||||
hdrs = ["affine_map_evaluator.h"],
|
hdrs = ["affine_map_evaluator.h"],
|
||||||
deps = [
|
deps = [
|
||||||
"@com_google_absl//absl/log",
|
"@com_google_absl//absl/log",
|
||||||
|
"@com_google_absl//absl/log:check",
|
||||||
"@com_google_absl//absl/types:span",
|
"@com_google_absl//absl/types:span",
|
||||||
"@llvm-project//llvm:Support",
|
"@llvm-project//llvm:Support",
|
||||||
"@llvm-project//mlir:IR",
|
"@llvm-project//mlir:IR",
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ limitations under the License.
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
#include "absl/log/check.h"
|
||||||
#include "absl/log/log.h"
|
#include "absl/log/log.h"
|
||||||
#include "absl/types/span.h"
|
#include "absl/types/span.h"
|
||||||
#include "llvm/Support/MathExtras.h"
|
#include "llvm/Support/MathExtras.h"
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ limitations under the License.
|
||||||
|
|
||||||
#include <gmock/gmock.h>
|
#include <gmock/gmock.h>
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
#include "absl/status/status_matchers.h"
|
||||||
#include "mlir/IR/MLIRContext.h"
|
#include "mlir/IR/MLIRContext.h"
|
||||||
#include "xla/hlo/analysis/indexing_map.h"
|
#include "xla/hlo/analysis/indexing_map.h"
|
||||||
#include "xla/hlo/analysis/indexing_test_utils.h"
|
#include "xla/hlo/analysis/indexing_test_utils.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user