Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver.cc500 unsigned int error_log_buffer_bytes = kLogBufferBytesLimit; in LoadPtx() local
502 absl::InlinedVector<char, 4> error_log_buffer(error_log_buffer_bytes); in LoadPtx()
512 absl::bit_cast<void*>(uintptr_t(error_log_buffer_bytes)), in LoadPtx()
531 error_log_buffer_bytes = reinterpret_cast<uintptr_t>(option_values[0]); in LoadPtx()
533 CHECK_LE(error_log_buffer_bytes, kLogBufferBytesLimit); in LoadPtx()
540 error_log_buffer[error_log_buffer_bytes ? error_log_buffer_bytes - 1 in LoadPtx()
542 LOG(ERROR) << "error log buffer (" << error_log_buffer_bytes in LoadPtx()
551 VLOG(3) << "PTX compilation error log (" << error_log_buffer_bytes in LoadPtx()