mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Automated Code Change
PiperOrigin-RevId: 791610713
This commit is contained in:
parent
dc3a17828f
commit
2c72285aa9
1
third_party/xla/xla/codegen/BUILD
vendored
1
third_party/xla/xla/codegen/BUILD
vendored
|
|
@ -48,6 +48,7 @@ xla_cc_test(
|
|||
"//xla/hlo/testlib:filecheck",
|
||||
"//xla/hlo/testlib:hlo_hardware_independent_test_base",
|
||||
"//xla/service/llvm_ir:llvm_util",
|
||||
"@com_google_absl//absl/status:status_matchers",
|
||||
"@com_google_absl//absl/strings:string_view",
|
||||
"@com_google_googletest//:gtest_main",
|
||||
"@llvm-project//mlir:ArithDialect",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ limitations under the License.
|
|||
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include "absl/status/status_matchers.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "mlir/Dialect/Arith/IR/Arith.h"
|
||||
#include "mlir/IR/BuiltinAttributes.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user