Files
tinygrad/test/mockgpu
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
..
2026-06-02 19:59:36 -04:00
2026-06-08 21:27:28 -04:00
2025-01-07 18:18:28 +03:00
2025-05-26 14:38:28 -07:00
2026-06-08 21:27:28 -04:00