mirror of https://github.com/tracel-ai/burn.git
cleanup
This commit is contained in:
parent
e87c553c9a
commit
f7f5722632
|
@ -193,8 +193,6 @@ pub fn matmul_tiling_2d_cube<R: JitRuntime, E: FloatElement, const D: usize>(
|
||||||
} => (tensor, transposed),
|
} => (tensor, transposed),
|
||||||
MemoryLayout::HighlyPermuted => (into_contiguous(tensor), false),
|
MemoryLayout::HighlyPermuted => (into_contiguous(tensor), false),
|
||||||
};
|
};
|
||||||
|
|
||||||
// let check_layout = |tensor: JitTensor<R, E, D>| (into_contiguous(tensor), false);
|
|
||||||
let (lhs, lhs_transposed) = check_layout(lhs);
|
let (lhs, lhs_transposed) = check_layout(lhs);
|
||||||
let (rhs, rhs_transposed) = check_layout(rhs);
|
let (rhs, rhs_transposed) = check_layout(rhs);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue