"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "876bc598221052c9a17a39adfb4700e4f2f5b8ab"
[flang] add fused matmul-transpose to the runtime
This fused operation should run a lot faster than first transposing the lhs array and then multiplying the matrices separately. Based on flang/runtime/matmul.cpp Depends on D145959 Reviewed By: klausler Differential Revision: https://reviews.llvm.org/D145960
Loading
Please register or sign in to comment