We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf343e commit 37a8362Copy full SHA for 37a8362
third_party/xla/xla/service/gpu/fusions/tiling_util.h
@@ -103,11 +103,6 @@ class Tiling {
103
return *ShapeUtil::ByteStrides(ShapeUtil::MakeShape(U8, num_threads_));
104
}
105
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
-
111
int64_t GetNumThreadsPerBlock() const { return Product(num_threads_); }
112
113
int64_t GetNumBlocks() const { return Product(num_blocks_); }
0 commit comments