Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 649879150
  • Loading branch information
tensorflower-gardener committed Jul 6, 2024
1 parent bd1a7a1 commit 26efe10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ limitations under the License.

namespace stream_executor::gpu {

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

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

} // namespace stream_executor::gpu
4 changes: 0 additions & 4 deletions third_party/xla/xla/stream_executor/gpu/gpu_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ limitations under the License.
namespace stream_executor {
namespace gpu {

// An empty struct to be used as a handle for all unsupported features in
// current CUDA/HIP version.
struct UnsupportedGpuFeature {};

#if TENSORFLOW_USE_ROCM

using GpuStreamHandle = hipStream_t;
Expand Down

0 comments on commit 26efe10

Please sign in to comment.