From 5a6516e51990540429b07a1298c5201b548bbed0 Mon Sep 17 00:00:00 2001 From: "T.J. Alumbaugh" Date: Mon, 26 Apr 2021 10:58:50 -0700 Subject: Remove non-ASCII character in comment PiperOrigin-RevId: 370495857 --- ruy/block_map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruy/block_map.cc b/ruy/block_map.cc index 8240de2..6c01e52 100644 --- a/ruy/block_map.cc +++ b/ruy/block_map.cc @@ -330,7 +330,7 @@ bool IsObviouslyLinearTraversal(int rows, int cols, int depth, // as that requires knowing the kernel block layout. Since we just want // a coarse estimate with only the guarantee that if we return `true` then // linear traversal will be used, it is OK here to over-estimate `rows` and - // `cols`, by omitting to divide them by the rectangularness factors.ß + // `cols`, by omitting to divide them by the rectangularness factors. return GetTraversalOrder(rows, cols, depth, lhs_scalar_size, rhs_scalar_size, cpu_cache_params) == BlockMapTraversalOrder::kLinear; } -- cgit v1.2.3