Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Power8] Failure in Complex Blas tests #38895

Open
vchuravy opened this issue Dec 15, 2020 · 0 comments
Open

[Power8] Failure in Complex Blas tests #38895

vchuravy opened this issue Dec 15, 2020 · 0 comments
Labels
complex Complex numbers system:powerpc PowerPC

Comments

@vchuravy
Copy link
Member

vchuravy commented Dec 15, 2020

Occurs only with julia -C pwr8.

LinearAlgebra/blas                 (22) |         failed at 2021-01-19T21:43:04.474
Test Failed at /nobackup/users/vchuravy/dev/julia/jl-pwr8/usr/share/julia/stdlib/v1.7/LinearAlgebra/test/blas.jl:587
  Expression: C == WrappedArray([23 50 + 38im; 35 + 27im 152])
   Evaluated: ComplexF32[23.0f0 + 0.0f0im 50.0f0 + 38.0f0im; 35.0f0 + 27.0f0im 152.0f0 + 0.0f0im] == Complex{Int64}[23 + 0im 50 + 38im; 0 + 0im 4611686018427387904 + 0im]
Test Failed at /nobackup/users/vchuravy/dev/julia/jl-pwr8/usr/share/julia/stdlib/v1.7/LinearAlgebra/test/blas.jl:589
  Expression: C == WrappedArray([63 138 + 38im; 35 + 27im 352])
   Evaluated: ComplexF32[63.0f0 + 0.0f0im 138.0f0 + 38.0f0im; 35.0f0 + 27.0f0im 352.0f0 + 0.0f0im] == Complex{Int64}[0 + 0im 138 + 38im; 0 + 27im 352 + 0im]
Test Failed at /nobackup/users/vchuravy/dev/julia/jl-pwr8/usr/share/julia/stdlib/v1.7/LinearAlgebra/test/blas.jl:587
  Expression: C == WrappedArray([23 50 + 38im; 35 + 27im 152])
   Evaluated: ComplexF64[23.0 + 0.0im 50.0 + 38.0im; 35.0 + 27.0im 152.0 + 0.0im] == Complex{Int64}[23 + 0im 50 + 38im; 0 + 0im 4611686018427387904 + 0im]
Test Failed at /nobackup/users/vchuravy/dev/julia/jl-pwr8/usr/share/julia/stdlib/v1.7/LinearAlgebra/test/blas.jl:589
  Expression: C == WrappedArray([63 138 + 38im; 35 + 27im 352])
   Evaluated: ComplexF64[63.0 + 0.0im 138.0 + 38.0im; 35.0 + 27.0im 352.0 + 0.0im] == Complex{Int64}[0 + 0im 138 + 38im; 0 + 27im 352 + 0im]
@vchuravy vchuravy added the system:powerpc PowerPC label Dec 15, 2020
@vchuravy vchuravy reopened this Jan 20, 2021
@vchuravy vchuravy added the complex Complex numbers label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complex Complex numbers system:powerpc PowerPC
Projects
None yet
Development

No branches or pull requests

1 participant