1/// Components for matrix multiplication 2pub mod components; 3pub mod definition; 4pub mod launch; 5/// Contains matmul kernels 6pub mod routines;