s/contiguous_op/contiguous

This commit is contained in:
George Hotz
2022-11-11 00:07:05 -08:00
parent b8c94a67c9
commit d2273d2cc4
10 changed files with 17 additions and 18 deletions

View File

@@ -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