commit | 797a9f3819a643f7936504d08b8e14e38d9748ed | [log] [tgz] |
---|---|---|
author | iree-copybara-bot <iree-copybara-bot@google.com> | Thu Nov 18 13:24:38 2021 -0800 |
committer | Copybara-Service <iree-copybara-bot@google.com> | Thu Nov 18 13:25:40 2021 -0800 |
tree | cde3d4f7c0761a0ca740143320d106bfb7e4eca1 | |
parent | f7a3c8c1290b21605c9a47800a1d039f37e3ca6c [diff] |
Run bazle_to_cmake PiperOrigin-RevId: 410883913
diff --git a/iree/compiler/Codegen/LLVMCPU/CMakeLists.txt b/iree/compiler/Codegen/LLVMCPU/CMakeLists.txt index d2061de..88a96d2 100644 --- a/iree/compiler/Codegen/LLVMCPU/CMakeLists.txt +++ b/iree/compiler/Codegen/LLVMCPU/CMakeLists.txt
@@ -32,6 +32,7 @@ MLIRAffineToStandard MLIRAnalysis MLIRArithmeticToLLVM + MLIRArithmeticTransforms MLIRIR MLIRLLVMCommonConversion MLIRLLVMIR
diff --git a/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt b/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt index 8510a89..8e2bf58 100644 --- a/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt +++ b/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt
@@ -37,6 +37,7 @@ MLIRAffine MLIRAffineToStandard MLIRArithmeticToLLVM + MLIRArithmeticTransforms MLIRGPUOps MLIRGPUToNVVMTransforms MLIRGPUToROCDLTransforms
diff --git a/iree/compiler/Codegen/SPIRV/CMakeLists.txt b/iree/compiler/Codegen/SPIRV/CMakeLists.txt index 2e0c0df..805074e 100644 --- a/iree/compiler/Codegen/SPIRV/CMakeLists.txt +++ b/iree/compiler/Codegen/SPIRV/CMakeLists.txt
@@ -41,6 +41,7 @@ MLIRAnalysis MLIRArithmetic MLIRArithmeticToSPIRV + MLIRArithmeticTransforms MLIRGPUOps MLIRGPUToSPIRV MLIRGPUTransforms
diff --git a/iree/compiler/Dialect/Modules/VMVX/Transforms/CMakeLists.txt b/iree/compiler/Dialect/Modules/VMVX/Transforms/CMakeLists.txt index 4dbe296..9c100fe 100644 --- a/iree/compiler/Dialect/Modules/VMVX/Transforms/CMakeLists.txt +++ b/iree/compiler/Dialect/Modules/VMVX/Transforms/CMakeLists.txt
@@ -24,6 +24,7 @@ MLIRAffine MLIRAffineToStandard MLIRAffineTransforms + MLIRArithmeticTransforms MLIRIR MLIRLinalg MLIRLinalgTransforms