Files
tinygrad/tinygrad/runtime
George HotzandGitHub f267a49639 UOp.param accepts single sint as shape (int,) (#17784)
* UOp.param accepts single sint as shape (int,)

Change UOp.param signature from shape:tuple[sint, ...]|None to shape:tuple[sint, ...]|sint|None.
A single sint means 1D shape (sint,). Update all callers from (n,) to n syntax.
No param_from_shape — multi-dim shapes stay as tuples.

* use single int syntax in hcq2 copy_with_kernel
2026-08-27 14:07:33 -07:00
..
2024-06-18 19:48:18 -04:00
2026-08-16 12:09:24 +03:00
2026-08-24 21:37:14 -04:00
2026-08-20 13:42:48 +03:00
2026-08-21 23:37:09 +03:00
2026-08-16 12:09:24 +03:00
2026-07-09 14:52:42 -04:00