This commit is contained in:
louisfd 2024-07-04 14:21:14 -04:00
parent e87c553c9a
commit f7f5722632
1 changed files with 0 additions and 2 deletions

View File

@ -193,8 +193,6 @@ pub fn matmul_tiling_2d_cube<R: JitRuntime, E: FloatElement, const D: usize>(
} => (tensor, transposed),
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 (rhs, rhs_transposed) = check_layout(rhs);