Skip to content

Commit bb1e54d

Browse files
Automated Code Change
PiperOrigin-RevId: 649881328
1 parent 26efe10 commit bb1e54d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

third_party/xla/xla/stream_executor/launch_dim.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ struct ThreadDim : internal::Dim3D {
5858
struct BlockDim : internal::Dim3D {
5959
explicit BlockDim(uint64_t x = 1, uint64_t y = 1, uint64_t z = 1)
6060
: internal::Dim3D({x, y, z}) {}
61-
62-
std::string ToString() const {
63-
return absl::StrCat("BlockDim{", x, ", ", y, ", ", z, "}");
64-
}
6561
};
6662

6763
// Cluster dimensionality for use in a kernel launch.

0 commit comments

Comments
 (0)