Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jafioti committed Jan 12, 2024
1 parent a1acd58 commit e5dcff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compilers/metal/fp16/matmul.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ impl Compiler for MetalMatMulCompiler {
src2_shape = src2_shape.contiguous();
}

let matmul_op = if !src2_shape.is_contiguous() && false {
let matmul_op = if !src2_shape.is_contiguous() {
graph
.add_op(MatVec1Row {
pipeline: MatVec1Row::compile(&dev),
Expand Down

0 comments on commit e5dcff3

Please sign in to comment.