Add support for explicit type conversion of matrices in codegen. Matrix type conversion is a special case as spirv mlir conversion ops operate on vectors, so we have to convert the vectors the matrix ...