mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
s/contiguous_op/contiguous
This commit is contained in:
@@ -58,8 +58,8 @@ def preprocessing_op(x,w,C):
|
||||
#w = contiguous(ctx, w, w.shapetracker) if not w.shapetracker.contiguous else w
|
||||
|
||||
# contiguous before image, always
|
||||
x = x.contiguous_op()
|
||||
w = w.contiguous_op()
|
||||
x = x.contiguous()
|
||||
w = w.contiguous()
|
||||
|
||||
# early realize on the weights
|
||||
bw = w
|
||||
|
||||
Reference in New Issue
Block a user