nimlgen
|
9450e41f70
|
no import when Python is shutting down (#1875)
|
2023-09-20 12:47:02 -04:00 |
|
Pavol Rusnak
|
52a92bf95d
|
use class Foo: instead of class Foo(): (#1797)
* use class Foo: instead of class Foo():
* add ruff linter, copy settings from .flake8 to ruff.toml
|
2023-09-06 12:20:25 -07:00 |
|
nimlgen
|
355b02dc3f
|
allow zerosized tensors (#1659)
* allow zerosized tensors
* works with numpy
|
2023-08-30 10:39:24 -07:00 |
|
George Hotz
|
a6d842af7a
|
move device to ops (#1646)
* move device to ops
* mlops types
* 2 lines
|
2023-08-23 08:30:17 -07:00 |
|
nimlgen
|
bd111411bf
|
init allocator for compiled backends (#1467)
* init allocator for compiled backends
* Update ops_webgpu.py
---------
Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
|
2023-08-17 10:33:32 -07:00 |
|