Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 679545364
  • Loading branch information
Google-ML-Automation committed Sep 27, 2024
1 parent d207e71 commit 7ea3146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/mlir_hlo/transforms/bufferize_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ struct OneShotBufferizePass
opts.bufferizeFunctionBoundaries = true;
opts.functionArgTypeConverterFn =
[=](TensorType tensorType, Attribute memorySpace, func::FuncOp funcOp,
const bufferization::BufferizationOptions& options) {
const bufferization::BufferizationOptions& /*options*/) {
// Functions created by fusion outlining should have fully dynamic
// layout. All other functions (for now only "main") gets static
// layout.
Expand Down

0 comments on commit 7ea3146

Please sign in to comment.