Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 649881328
  • Loading branch information
tensorflower-gardener committed Jul 6, 2024
1 parent 26efe10 commit bb1e54d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions third_party/xla/xla/stream_executor/launch_dim.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ struct ThreadDim : internal::Dim3D {
struct BlockDim : internal::Dim3D {
explicit BlockDim(uint64_t x = 1, uint64_t y = 1, uint64_t z = 1)
: internal::Dim3D({x, y, z}) {}

std::string ToString() const {
return absl::StrCat("BlockDim{", x, ", ", y, ", ", z, "}");
}
};

// Cluster dimensionality for use in a kernel launch.
Expand Down

0 comments on commit bb1e54d

Please sign in to comment.