Skip to content

Commit 65bebd3

Browse files
committed
debug
1 parent 6552e2e commit 65bebd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-webgpu/ggml-webgpu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ static const char * ggml_backend_webgpu_name(ggml_backend_t backend) {
432432
static void ggml_backend_webgpu_free(ggml_backend_t backend) {
433433
ggml_backend_webgpu_context * ctx = (ggml_backend_webgpu_context *) backend->context;
434434
WEBGPU_LOG_DEBUG("ggml_backend_webgpu_free(" << ctx->name << ")");
435+
std::cout << "ggml_backend_webgpu_free(" << ctx->name << ")" << std::endl;
435436

436437
// TODO: cleanup
437438
GGML_UNUSED(ctx);

0 commit comments

Comments
 (0)