Skip to content

Commit 37a8362

Browse files
Automated Code Change
PiperOrigin-RevId: 650531083
1 parent fbf343e commit 37a8362

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

third_party/xla/xla/service/gpu/fusions/tiling_util.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ class Tiling {
103103
return *ShapeUtil::ByteStrides(ShapeUtil::MakeShape(U8, num_threads_));
104104
}
105105

106-
// Returns the strides of the block index dimensions wrt. the linear block id.
107-
absl::InlinedVector<int64_t, 4> GetBlockStrides() const {
108-
return *ShapeUtil::ByteStrides(ShapeUtil::MakeShape(U8, num_blocks_));
109-
}
110-
111106
int64_t GetNumThreadsPerBlock() const { return Product(num_threads_); }
112107

113108
int64_t GetNumBlocks() const { return Product(num_blocks_); }

0 commit comments

Comments
 (0)