Skip to content

Commit

Permalink
[XLA:GPU] Clang-tidy cleanup for xla/service/gpu/fusions/cudnn_test.cc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636727962
  • Loading branch information
kuym authored and tensorflower-gardener committed May 24, 2024
1 parent 28f059e commit f8fdab0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/xla/xla/service/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2927,6 +2927,7 @@ cc_library(
":gpu_fused_mha_runner",
":cublas_cudnn",
":stream_executor_util",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/container:flat_hash_set",
Expand Down
1 change: 1 addition & 0 deletions third_party/xla/xla/service/gpu/fusions/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ xla_test(
"//xla/stream_executor:stream_executor_headers",
"//xla/stream_executor:stream_executor_memory_allocator",
"//xla/tests:filecheck",
"//xla/tests:verified_hlo_module",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest_main",
Expand Down
5 changes: 5 additions & 0 deletions third_party/xla/xla/service/gpu/fusions/cudnn_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#include <array>
#include <memory>
#include <string>
#include <tuple>

#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
Expand All @@ -36,6 +40,7 @@ limitations under the License.
#include "xla/stream_executor/stream_executor_memory_allocator.h"
#include "xla/stream_executor/stream_executor_pimpl.h"
#include "xla/tests/filecheck.h"
#include "xla/tests/verified_hlo_module.h"
#include "xla/xla.pb.h"
#include "xla/xla_data.pb.h"
#include "tsl/lib/core/status_test_util.h"
Expand Down

0 comments on commit f8fdab0

Please sign in to comment.