File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
third_party/xla/xla/stream_executor/gpu Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ limitations under the License.
21
21
22
22
namespace stream_executor ::gpu {
23
23
24
- absl::StatusOr<bool > DelayKernelIsSupported (GpuStream*) { return false ; }
25
24
26
- absl::StatusOr<GpuSemaphore> LaunchDelayKernel (Stream* stream) {
27
- return absl::UnimplementedError (" Not implemented" );
28
- }
29
25
30
26
} // namespace stream_executor::gpu
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ limitations under the License.
36
36
namespace stream_executor {
37
37
namespace gpu {
38
38
39
- // An empty struct to be used as a handle for all unsupported features in
40
- // current CUDA/HIP version.
41
- struct UnsupportedGpuFeature {};
42
-
43
39
#if TENSORFLOW_USE_ROCM
44
40
45
41
using GpuStreamHandle = hipStream_t;
You can’t perform that action at this time.
0 commit comments