"docs/vscode:/vscode.git/clone" did not exist on "8369196703e07a42e7835a65b223c42d4e993276"
llm: Avoid underflow in free memory logging
If a GPU's free memory is less than the reserved amount, we might get an underflow. Since it is an unsigned uint64, we print this as a large number rather than the more correct 0. This only affects logging, the actual layout code already handles this correctly. Bug #12138
Showing
Please register or sign in to comment