Skip to content

Commit

Permalink
refactor: Update gemv_test.v to use named arguments in dgemvcomp calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jun 18, 2024
1 parent c66401f commit d399e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions float/float64/gemv_test.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module float64

import math
import vsl.blas

const dgemv_tests = [
DgemvCase{ // 1x1
Expand Down

0 comments on commit d399e1a

Please sign in to comment.