mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
move files into uop dir (#10399)
* move files into uop dir [pr] * tinygrad.uop is a thing * fix uop docs, no pr * fix viz
This commit is contained in:
@@ -39,7 +39,7 @@ DEVICE = "CPU" # NOTE: you can change this!
|
||||
import struct
|
||||
from tinygrad.dtype import dtypes
|
||||
from tinygrad.device import Buffer, Device
|
||||
from tinygrad.ops import UOp, Ops
|
||||
from tinygrad.uop.ops import UOp, Ops
|
||||
from tinygrad.shape.shapetracker import ShapeTracker
|
||||
|
||||
# allocate some buffers + load in values
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
::: tinygrad.ops.UOp
|
||||
::: tinygrad.uop.ops.UOp
|
||||
options:
|
||||
members: false
|
||||
members_order: source
|
||||
show_labels: false
|
||||
|
||||
::: tinygrad.ops.Ops
|
||||
::: tinygrad.uop.ops.Ops
|
||||
options:
|
||||
members: true
|
||||
members_order: source
|
||||
|
||||
Reference in New Issue
Block a user