]> zoso.dev Git - libnemo.git/commitdiff
Upload new bundle for testing. ios
authorChris Duncan <chris@zoso.dev>
Thu, 9 Jan 2025 23:34:40 +0000 (15:34 -0800)
committerChris Duncan <chris@zoso.dev>
Thu, 9 Jan 2025 23:34:40 +0000 (15:34 -0800)
global.min.js

index 9bb908c178d7a730564473865a6edf5986be7a9f..1d9336f3113d20a7666a9954bec38cabf94603ba 100644 (file)
@@ -11447,8 +11447,7 @@ var init_gpu = __esm({
           }
         });
       }
-      static reset(loss) {
-        if (loss) console.dir(loss);
+      static reset() {
         console.warn(`GPU device lost. Reinitializing...`);
         _NanoPowGpu.#cpuBuffer?.destroy();
         _NanoPowGpu.#gpuBuffer?.destroy();
@@ -11526,7 +11525,6 @@ var init_gpu = __esm({
             this.#cpuBuffer.unmap();
           } catch (err) {
             console.warn(`Error getting data from GPU. ${err}`);
-            this.reset();
             return this.search(hash2, threshold);
           }
           if (data == null) throw new Error(`Failed to get data from buffer.`);