Skip to content

Commit c79a602

Browse files
committed
transpose and permute kernel
1 parent 7e96681 commit c79a602

File tree

9 files changed

+3141
-1
lines changed

9 files changed

+3141
-1
lines changed

crates/cubecl-std/src/tensor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ mod contiguous;
22
mod handle;
33
pub mod identity;
44
mod matrix_batch_layout;
5+
pub mod permute;
56

67
pub use contiguous::*;
78
pub use handle::*;
8-
pub use identity::*;
99
pub use matrix_batch_layout::*;
1010
pub use view::*;
1111

0 commit comments

Comments
 (0)