Fixing MORE mlas unittest failures in POWER (#8673)

This commit is contained in:
austinpagan 2021-09-15 13:39:46 -05:00 committed by GitHub
parent 273494ee9e
commit a05e32803a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,8 +128,6 @@ class FgemmPackedContext<float, true> {
data[i].beta = beta;
}
MlasGemmBatch(TransA, TransB, M, N, K, data.data(), BatchSize, threadpool);
MlasGemm(TransA, M, N, K, alpha, A, lda, PackedB, beta, C, ldc, threadpool);
}
private: