Skip to content

Commit 71443ab

Browse files
change gemmFxpAccuracy
1 parent e082434 commit 71443ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/kernel/alu/Gemm.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import fputil.FPAdd
88
import hardfloat._
99

1010
trait GEMMAccuracyConfig {
11-
val I: Int = 4
12-
val F: Int = 12
11+
val I: Int = 8
12+
val F: Int = 24
1313
}
1414

1515
case class FPConfig(width: Int) {

0 commit comments

Comments
 (0)