Skip to content

Commit

Permalink
Update include/triton/backend/backend_common.h
Browse files Browse the repository at this point in the history
Co-authored-by: Tanmay Verma <[email protected]>
  • Loading branch information
yinggeh and tanmayv25 authored Jul 26, 2024
1 parent 9694903 commit 64be246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/triton/backend/backend_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ TRITONSERVER_Error* BufferAsTypedString(
/// \return a formatted string for logging the request ID.
std::string GetRequestId(TRITONBACKEND_Request* request);

/// Validate the contiguous string buffer with correct format.
/// 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.
/// <int32_len><bytes>...<int32_len><bytes>.
/// @param buffer The pointer to the contiguous string buffer.
/// @param buffer_byte_size The size of the buffer in bytes.
Expand Down

0 comments on commit 64be246

Please sign in to comment.