Skip to content

Commit 26efe10

Browse files
Automated Code Change
PiperOrigin-RevId: 649879150
1 parent bd1a7a1 commit 26efe10

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

third_party/xla/xla/stream_executor/gpu/gpu_timer_kernel_rocm.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ limitations under the License.
2121

2222
namespace stream_executor::gpu {
2323

24-
absl::StatusOr<bool> DelayKernelIsSupported(GpuStream*) { return false; }
2524

26-
absl::StatusOr<GpuSemaphore> LaunchDelayKernel(Stream* stream) {
27-
return absl::UnimplementedError("Not implemented");
28-
}
2925

3026
} // namespace stream_executor::gpu

third_party/xla/xla/stream_executor/gpu/gpu_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ limitations under the License.
3636
namespace stream_executor {
3737
namespace gpu {
3838

39-
// An empty struct to be used as a handle for all unsupported features in
40-
// current CUDA/HIP version.
41-
struct UnsupportedGpuFeature {};
42-
4339
#if TENSORFLOW_USE_ROCM
4440

4541
using GpuStreamHandle = hipStream_t;

0 commit comments

Comments
 (0)