MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RedzoneFailureMsg

Method RedzoneFailureMsg

tensorflow/stream_executor/cuda/redzone_allocator.cc:342–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342std::string RedzoneCheckStatus::RedzoneFailureMsg() const {
343 return absl::StrFormat(
344 "Redzone mismatch in %s redzone of buffer %p at offset %d; "
345 "expected %08x but was %08x.",
346 buffer_name, user_buffer_address, offset, expected_value, actual_value);
347}
348
349} // namespace cuda
350} // namespace stream_executor

Callers 3

CheckRedzonesFunction · 0.80
DoUncachedGemmAutotuneFunction · 0.80
CheckRedzonesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected