Skip to content

Commit 519c3af

Browse files
authored
Merge pull request #9 from crc-org/remoting
ggml: src: ggml-remotingfrontend/virtgpu: fix typo
2 parents 766c9a4 + ec4b2af commit 519c3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-remotingfrontend/virtgpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ virtgpu_handshake(struct virtgpu *gpu) {
8383
uint32_t ret_magic;
8484
long long call_duration_ns;
8585
ret_magic = remote_call(gpu, encoder, &decoder, APIR_HANDSHAKE_MAX_WAIT_MS, &call_duration_ns);
86-
log_call_duration(call_duration_ns, "API Remoting LoadLibrary");
86+
log_call_duration(call_duration_ns, "API Remoting handshake");
8787

8888
if (!decoder) {
8989
FATAL("%s: failed to initiate the communication with the virglrenderer library. "

0 commit comments

Comments
 (0)