Skip to content

Commit

Permalink
fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Nov 20, 2024
1 parent f25224d commit 6d945ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/src/matmul.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class DgemmBenchmark extends BLASBenchmark:
var c, cclone: Array[Double] = uninitialized
var ldc: Int = uninitialized

var matA: Matrix = uninitialized
var matB: Matrix = uninitialized
var matA: Matrix[Double] = uninitialized
var matB: Matrix[Double] = uninitialized

// format: off
@Setup(Level.Trial)
Expand Down

0 comments on commit 6d945ee

Please sign in to comment.