parallelize the ref implementation of the gemm operator (#1142)
ref implementation of the gemm op is sequential, this PR is to parallelize the gemm computation in the ref implementation.
Showing
Please register or sign in to comment
ref implementation of the gemm op is sequential, this PR is to parallelize the gemm computation in the ref implementation.