Skip to content

Commit

Permalink
Remove unneeded use of gpu_types.h in topk_kernel_test.cc.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698091404
  • Loading branch information
klucke authored and Google-ML-Automation committed Nov 19, 2024
1 parent e62fe73 commit 4dae650
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion xla/service/gpu/kernels/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ xla_test(
"//xla/stream_executor:platform_manager",
"//xla/stream_executor:stream",
"//xla/stream_executor/gpu:gpu_init",
"//xla/stream_executor/gpu:gpu_types_header",
"//xla/stream_executor/host:host_platform",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/random",
Expand Down
2 changes: 0 additions & 2 deletions xla/service/gpu/kernels/topk_kernel_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ limitations under the License.
#include "absl/time/time.h"
#include "xla/stream_executor/device_memory_handle.h"
#include "xla/stream_executor/gpu/gpu_init.h"
#include "xla/stream_executor/gpu/gpu_types.h"
#include "xla/stream_executor/platform.h"
#include "xla/stream_executor/platform_manager.h"
#include "xla/stream_executor/stream.h"
Expand All @@ -42,7 +41,6 @@ limitations under the License.
namespace xla::gpu {
namespace {

using se::gpu::GpuStreamHandle;
using ::testing::Combine;
using ::testing::Values;

Expand Down

0 comments on commit 4dae650

Please sign in to comment.