|
|
|
|
|
by pygy_
335 days ago
|
|
I've had a similar problem with WebGPU and WGSL. LLMs create buffers with the wrong flags (and other API usage errors), doesn't clean up resources, mix up GLSL and WGSL, write semi-less WGSL (in template strings) if you ask them to write semi-less [0] JS... It's a big mess. 0. https://github.com/isaacs/semicolons/blob/main/semicolons.js |
|