Skip to content

Commit

Permalink
Fixed a double Notify() in GpuDriver::LoadPtx
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608969995
  • Loading branch information
superbobry authored and tensorflower-gardener committed Feb 21, 2024
1 parent 6e99901 commit b18244e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/xla/xla/stream_executor/cuda/cuda_driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,7 @@ struct BitPatternToValue {
"Failed to load PTX text as a module: %s", ToString(res)));
}
notification.Notify();
return;
}

VLOG(3) << "PTX compilation info log (" << info_log_buffer_bytes
Expand Down

0 comments on commit b18244e

Please sign in to comment.