backend: Support graph computation that does not return an output
There are two cases where we may not have an output after computing: - Prompt processing where the length of the input exceeds the batch size - Internal memory management operations such as cache defrag and shift
Showing
Please register or sign in to comment