Skip to content

4 strided blas tests are the only ones that fail in LinearAlgebra.jl BLAS tests #87

@ViralBShah

Description

@ViralBShah

The BLAS tests are currently disabled since 4 tests fail. Only the LAPACK tests are being run:

strided interface blas: Test Failed at /Users/viral/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:730
  Expression: C == WrappedArray([23 50 + 38im; 35 + 27im 152])
   Evaluated: ComplexF32[23.0f0 + 27.0f0im 50.0f0 + 38.0f0im; 35.0f0 + 27.0f0im 152.0f0 + 36.0f0im] == Complex{Int64}[23 + 0im 50 + 38im; 35 + 27im 152 + 0im]

Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [inlined]
 [2] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:730 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined]
 [4] top-level scope
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:639
strided interface blas: Test Failed at /Users/viral/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:732
  Expression: C == WrappedArray([63 138 + 38im; 35 + 27im 352])
   Evaluated: ComplexF32[63.0f0 + 27.0f0im 138.0f0 + 38.0f0im; 35.0f0 + 27.0f0im 352.0f0 + 36.0f0im] == Complex{Int64}[63 + 0im 138 + 38im; 35 + 27im 352 + 0im]

Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [inlined]
 [2] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:732 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined]
 [4] top-level scope
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:639
strided interface blas: Test Failed at /Users/viral/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:730
  Expression: C == WrappedArray([23 50 + 38im; 35 + 27im 152])
   Evaluated: ComplexF64[23.0 + 27.0im 50.0 + 38.0im; 35.0 + 27.0im 152.0 + 36.0im] == Complex{Int64}[23 + 0im 50 + 38im; 35 + 27im 152 + 0im]

Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [inlined]
 [2] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:730 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined]
 [4] top-level scope
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:639
strided interface blas: Test Failed at /Users/viral/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:732
  Expression: C == WrappedArray([63 138 + 38im; 35 + 27im 352])
   Evaluated: ComplexF64[63.0 + 27.0im 138.0 + 38.0im; 35.0 + 27.0im 352.0 + 36.0im] == Complex{Int64}[63 + 0im 138 + 38im; 35 + 27im 352 + 0im]

Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [inlined]
 [2] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:732 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined]
 [4] top-level scope
   @ ~/.julia/juliaup/julia-1.12.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.12/LinearAlgebra/test/blas.jl:639
Test Summary:                | Pass  Fail  Total   Time
LinearAlgebra.jl BLAS tests  | 1902     4   1906  31.3s
  vec_pointer_stride         |    7            7   0.2s
  elty = Float32             |  394          394   7.1s
  elty = Float64             |  394          394   5.7s
  elty = ComplexF32          |  430          430   6.5s
  elty = ComplexF64          |  430          430   5.9s
  syr for eltype Float32     |    4            4   0.1s
  syr for eltype Float64     |    4            4   0.1s
  syr for eltype ComplexF32  |    4            4   0.1s
  syr for eltype ComplexF64  |    4            4   0.1s
  her for eltype ComplexF32  |    4            4   0.1s
  her for eltype ComplexF64  |    4            4   0.1s
  strided interface adjtrans |   26           26   0.2s
  strided interface blas     |  146     4    150   2.7s
  get_set_num_threads        |    4            4   0.0s
  test for 0-strides         |   11           11   0.3s
  test for 0-strides         |   11           11   0.3s
  test for 0-strides         |   12           12   0.5s
  test for 0-strides         |   12           12   0.4s
  libblas_name               |    1            1   0.0s
RNG of the outermost testset: Xoshiro(0xfef9c95b5a3f61e8, 0x9db6807c8e2aa3ed, 0x2317a9b6478e87d4, 0x2b6a6b2384eb15fb, 0xb77c89590cf58eb0)
ERROR: LoadError: Some tests did not pass: 1902 passed, 4 failed, 0 errored, 0 broken.
in expression starting at /Users/viral/.julia/dev/AppleAccelerate/test/runtests.jl:398
ERROR: Package AppleAccelerate errored during testing

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions