Skip to content

Commit 64be246

Browse files
yinggehtanmayv25
andauthored
Update include/triton/backend/backend_common.h
Co-authored-by: Tanmay Verma <[email protected]>
1 parent 9694903 commit 64be246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/triton/backend/backend_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ TRITONSERVER_Error* BufferAsTypedString(
672672
/// \return a formatted string for logging the request ID.
673673
std::string GetRequestId(TRITONBACKEND_Request* request);
674674

675-
/// Validate the contiguous string buffer with correct format.
675+
/// Validate the contiguous string buffer with correct format and parse string elements into list of pairs of memory address and length. Note the returned list of pairs points to valid memory as long as memory pointed by buffer remains allocated.
676676
/// <int32_len><bytes>...<int32_len><bytes>.
677677
/// @param buffer The pointer to the contiguous string buffer.
678678
/// @param buffer_byte_size The size of the buffer in bytes.

0 commit comments

Comments
 (0)