Home
last modified time | relevance | path

Searched refs:stream_to_sync (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.cc316 uint64_t start_micros, se::Stream* stream_to_sync);
355 se::Stream* stream_to_sync = nullptr) { in MaybeSyncAndProfile() argument
360 if (stream_to_sync) { in MaybeSyncAndProfile()
361 Status block_status = stream_to_sync->BlockHostUntilDone(); in MaybeSyncAndProfile()
365 stream_to_sync, block_status.error_message()); in MaybeSyncAndProfile()