commit | e79a16d83d9fbec4c3d881ca4c3bfe84a519b253 | [log] [tgz] |
---|---|---|
author | Diego Caballero <diegocaballero@google.com> | Mon Jan 09 16:24:27 2023 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 10 00:24:27 2023 +0000 |
tree | 38b2cb9fccf9a99e170f13a7065df2c602619f2e | |
parent | 711d939d0404c2adbc69d235779750c373ef15bf [diff] |
Post-commit changes to c57b6a4d6bd (#11766)
diff --git a/compiler/src/iree/compiler/Codegen/Sandbox/LinalgTensorCodegenDriver.cpp b/compiler/src/iree/compiler/Codegen/Sandbox/LinalgTensorCodegenDriver.cpp index a21ae16..89b164f 100644 --- a/compiler/src/iree/compiler/Codegen/Sandbox/LinalgTensorCodegenDriver.cpp +++ b/compiler/src/iree/compiler/Codegen/Sandbox/LinalgTensorCodegenDriver.cpp
@@ -147,7 +147,7 @@ return {}; } - // TODO: Not easy to infer the tiles sizes for an op that is not the root op. + // TODO: Infer the tiles sizes for an op that is not the root op. if (*rootOp != linalgOp.getOperation()) { return {}; }
diff --git a/llvm-external-projects/iree-dialects/include/iree-dialects/Dialect/LinalgExt/Passes/Passes.h b/llvm-external-projects/iree-dialects/include/iree-dialects/Dialect/LinalgExt/Passes/Passes.h index d495a23..9a84f10 100644 --- a/llvm-external-projects/iree-dialects/include/iree-dialects/Dialect/LinalgExt/Passes/Passes.h +++ b/llvm-external-projects/iree-dialects/include/iree-dialects/Dialect/LinalgExt/Passes/Passes.h
@@ -247,7 +247,7 @@ /// Create a LinalgStrategyVectorizePass. using VectorSizeComputationFunction = - std::function<SmallVector<int64_t, 4>(linalg::LinalgOp, ArrayRef<int64_t>)>; + std::function<SmallVector<int64_t>(linalg::LinalgOp, ArrayRef<int64_t>)>; struct LinalgVectorizationOptions { /// Canonical vector sizes for the vector iteration space (i.e., vectorization