We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6552e2e commit 65bebd3Copy full SHA for 65bebd3
ggml/src/ggml-webgpu/ggml-webgpu.cpp
@@ -432,6 +432,7 @@ static const char * ggml_backend_webgpu_name(ggml_backend_t backend) {
432
static void ggml_backend_webgpu_free(ggml_backend_t backend) {
433
ggml_backend_webgpu_context * ctx = (ggml_backend_webgpu_context *) backend->context;
434
WEBGPU_LOG_DEBUG("ggml_backend_webgpu_free(" << ctx->name << ")");
435
+ std::cout << "ggml_backend_webgpu_free(" << ctx->name << ")" << std::endl;
436
437
// TODO: cleanup
438
GGML_UNUSED(ctx);
0 commit comments