mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Fixing MORE mlas unittest failures in POWER (#8673)
This commit is contained in:
parent
273494ee9e
commit
a05e32803a
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue