Kirill R.
Kirill R.
> CPU=1 is mandatory for linux you can use `CPU=0 GPU=1`. What distro sets CPU env var?
need to indent with 2 spaces
seems like some workflows got stuck? https://github.com/geohot/tinygrad/actions?query=is%3Ain_progress
There's a bug. Seems like `global_size` is too big? `(3, 262144, 1)`
works with `OPTLOCAL=2`, but might be slow on the first run? Also using `GPU=1` instead of `CUDA=1` works too
Seems fixed in #1007
might be better to use `strict=False` instead of regexp? https://docs.python.org/3/library/json.html#json.JSONDecoder
I reported the bug to VK, hopefully they just fix their JSON encoder to escape control chars ('\x01' as '\\\\u0001') Not sure about regexp, since it alters the content of...
I mainly use it for reuploading an app after compilation. qFlipper-cli doesn't have file transfer cmds
It would need to output file offsets into tensor data, so that it's possible to create DISK tensors form .onnx file directly (Seems to use `list` + `struct.unpack` currently?) Or...