taher
taher
we can set labels on command buffs and encoder to narrow down the issue. can you apply the following patch and report the error log? [debugmetal.patch](https://github.com/user-attachments/files/17609194/debugmetal.patch)
sure. i'll see if i can create a small reproducible. another question, why does python binaries from conda does not link to Python.framework?
do you think we can reduce the aliasing around the magnifying glass? this should be a design thing. not sure who designed it?
> Could we add the info message at the beginning instead of at the end iirc, model info and limits will be moved to the server side soon. if so,...
> Instead of setting the user pref value to the default pref value, please remove the user pref value. Otherwise they will not get future default pref changes. @petemill Is...
this seems to be working on macOS 14, macbook pro (m1) here's the IR code for the exact same kernel, which works. the metal api recognizes it as a valid...
the underlying issue is, `serializeToURL` isn't an exposed event to MTLLibrary instance. The pyobjc bindings we use inspects the objective-c runtime for methods, regardless if it's documented or not. In...
MTLDynamicLibrary isn't a viable solution, it isn't supported on all devices. Macs with Intel or AMD gpus will suffer.
@alexbaden can you try this: https://github.com/tinygrad/tinygrad/pull/2372 (still WIP)
in the paper it states that: > We use the 3.3 hour dataset (190k frames) of high-skill human gameplay, captured on the ‘dust_2’ map, which contains observations and actions (mouse...