Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc596 unsigned int info_log_buffer_bytes = kLogBufferBytesLimit; in LoadPtx() local
598 absl::InlinedVector<char, 4> info_log_buffer(info_log_buffer_bytes); in LoadPtx()
609 absl::bit_cast<void*>(uintptr_t(info_log_buffer_bytes)), in LoadPtx()
627 info_log_buffer_bytes = reinterpret_cast<uintptr_t>(option_values[2]); in LoadPtx()
629 CHECK_LE(info_log_buffer_bytes, kLogBufferBytesLimit); in LoadPtx()
643 VLOG(3) << "PTX compilation info log (" << info_log_buffer_bytes in LoadPtx()