Merge main -> google
* 1b71cacf Adding hal.interface.workgroup.* ops. (#4149)
* 04b7c37a Add ctests for the tensorflow/e2e directory.
* c3fc9a11 Remove all !r from python f-strings (#4157)
* fdb88b94 improve tracy docs (#4117)
* 204f6523 Write the doc page on profiling cpu events (#4126)
* 613efa8b Add build instructions to python getting started (#4153)
* d889ac14 Revert "Fix missing f-string (#4150)"
* aaa08b1e Enable dylib-llvm-aot tests and switch from testing JIT to AOT. (#3928)
* cb1e46e8 Refactor and normalization of mhlo convolutions (#4113)
* 0590b3c3 Fix missing f-string (#4150)
* 2f7cab56 Check in BuildKite pipeline for android tests (#4137)
* c195ae99 Fix types for std::min on MSVC. (#4148)
* 5fefe302 Integrate MLIR-EmitC at iml130/mlir-emitc@a438d3b (#4145)
* f03307d6 Fix ImGui function in iree-run-module-vulkan-gui-main. (#4147)
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/4168 from hanhanW:main-to-google 7c443d3a3a0875065849da6a45c1cf6b96d277f8
PiperOrigin-RevId: 346812805
diff --git a/iree/compiler/Dialect/Flow/Transforms/HLOToHLOPreprocessing.cpp b/iree/compiler/Dialect/Flow/Transforms/HLOToHLOPreprocessing.cpp
index 3a961bc..9418478 100644
--- a/iree/compiler/Dialect/Flow/Transforms/HLOToHLOPreprocessing.cpp
+++ b/iree/compiler/Dialect/Flow/Transforms/HLOToHLOPreprocessing.cpp
@@ -424,7 +424,7 @@
/*output_batch_dimension=*/rewriter.getI64IntegerAttr(0),
/*output_feature_dimension=*/
rewriter.getI64IntegerAttr(newSpatialDimensions.size() + 1),
- /*output_sptial_dimensions=*/
+ /*output_spatial_dimensions=*/
rewriter.getI64TensorAttr(newSpatialDimensions), op.getContext());
SmallVector<Value, 2> operands = {op.lhs(), op.rhs()};