Skip to content

Commit

Permalink
[XLA:GPU] Clang-tidy cleanup for xla/service/gpu/cudnn_workspace_rewr…
Browse files Browse the repository at this point in the history
…iter.h

PiperOrigin-RevId: 636966632
  • Loading branch information
kuym authored and tensorflower-gardener committed May 24, 2024
1 parent f3b19c7 commit 3068334
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion third_party/xla/xla/service/gpu/cudnn_workspace_rewriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ limitations under the License.
#ifndef XLA_SERVICE_GPU_CUDNN_WORKSPACE_REWRITER_H_
#define XLA_SERVICE_GPU_CUDNN_WORKSPACE_REWRITER_H_

#include <string>

#include "absl/container/flat_hash_map.h"
#include "absl/container/flat_hash_set.h"
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "xla/hlo/ir/hlo_instructions.h"
#include "xla/hlo/ir/hlo_module.h"
#include "xla/service/hlo_pass_interface.h"
#include "xla/stream_executor/dnn.h"
Expand Down

0 comments on commit 3068334

Please sign in to comment.