gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.03k stars 643 forks source link

I am running into this issue. #813

Open devanshsanghvi opened 1 year ago

devanshsanghvi commented 1 year ago

Node version : v18.14.0. Error: A requested mode of "gpu" and is not supported at GPU.chooseKernel (/home/ramanujan/lightweight/node_modules/gpu.js/src/gpu.js:185:15) at new GPU (/home/ramanujan/lightweight/node_modules/gpu.js/src/gpu.js:124:10) at new RouteState (/home/ramanujan/lightweight/src/gpu/compute_routes.ts:20:16) at /home/ramanujan/lightweight/src/gpu/example.ts:14:22 at Generator.next () Screenshot 2023-02-08 at 5 11 22 PM

at /home/ramanujan/lightweight/src/gpu/example.ts:31:71
at new Promise (<anonymous>)
at __awaiter (/home/ramanujan/lightweight/src/gpu/example.ts:27:12)
at main (/home/ramanujan/lightweight/src/gpu/example.ts:40:12)
at Object.<anonymous> (/home/ramanujan/lightweight/src/gpu/example.ts:32:1)