nlpodyssey/spago

View on GitHub
mat/internal/f32/asm32/gemv.go

Summary

Maintainability
A
2 hrs
Test Coverage

Function GemvN has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

func GemvN(m, n uintptr, alpha float32, a []float32, lda uintptr, x []float32, incX uintptr, beta float32, y []float32, incY uintptr) {
Severity: Major
Found in mat/internal/f32/asm32/gemv.go - About 1 hr to fix

    Function GemvT has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func GemvT(m, n uintptr, alpha float32, a []float32, lda uintptr, x []float32, incX uintptr, beta float32, y []float32, incY uintptr) {
    Severity: Major
    Found in mat/internal/f32/asm32/gemv.go - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status