Giter Club home page Giter Club logo

Comments (7)

giordano avatar giordano commented on July 30, 2024

Duplicate of #54234

from julia.

sergstesh avatar sergstesh commented on July 30, 2024

Wii there be an admission that there is a regression ?

from julia.

giordano avatar giordano commented on July 30, 2024

Regression compared to what? It's the same error as Julia v1.10.2. Also, it seems to be an upstream bug in openblas, not Julia specifically.

from julia.

sergstesh avatar sergstesh commented on July 30, 2024

Regression compared to what?

In my opening statement I wrote:

It has to be noted that the problem was fixed in julia-1.11.0-beta1 - see #54234 (comment) , but it's back in julia-1.10.4 . See the uploaded 'make_test.log' file for complete details.
.

I.e. on the surface it looks like somebody switched back to old(er) OpenBLAS version, and if it's the case, it's a Julia developer (not an OpenBLAS one) who did the switching.

...

Have a look into https://github.com/user-attachments/files/15795640/make_test.log - to me it feels like there are failure of different than in julia-1.10.2 .

from julia.

giordano avatar giordano commented on July 30, 2024

In case it wasn't clear, 1.10.4 comes after 1.10.2 (and 1.10.3), and before 1.11, so nothing was switched back, simply nothing was changed between 1.10.2 and 1.10.4.

from julia.

sergstesh avatar sergstesh commented on July 30, 2024

nothing was changed between 1.10.2 and 1.10.4

and this is exactly the problem. Because the fix for one problem was known, i.e. the so called backporting should have been done, but it wasn't.

...

Have you looked into https://github.com/user-attachments/files/15795640/make_test.log file ? If I'm not mistaken, as I wrote above, there are kinds of failures in julia-1.10.4 not present in julia-1.10.2 .

from julia.

giordano avatar giordano commented on July 30, 2024

and this is exactly the problem.

No, it it's not. This doesn't justify opening a new ticket for all bugfixes that haven't been backported, otherwise we'd have 10x more duplicate tickets in this repository.

Because the fix for one problem was known, i.e. the so called backporting should have been done, but it wasn't.

The "bugfix" consists in using a newer version of OpenBLAS, but backporting binary libraries is done only under certain conditions. Also, if you really care about using a newer version of OpenBLAS you can download from https://github.com/JuliaBinaryWrappers/OpenBLAS_jll.jl/releases the tarball for your platform and in Julia run

using LinearAlgebra.BLAS
BLAS.lbt_forward("/path/to/libopenblas64_.so"; clear=true)

Have you looked into user-attachments/files/15795640/make_test.log file ?

As a matter of fact, I did, yes.

If I'm not mistaken, as I wrote above, there are kinds of failures in julia-1.10.4 not present in julia-1.10.2 .

The only error I see is

The global RNG seed was 0x5b3303e31e5ffa7e7f2b95c8d10de0a.

Error in testset LinearAlgebra/blas:
Test Failed at /media/sergei/4c7aa17d-44cf-423c-b211-ce583883925c/home/sergei/Downloads/julia-1.10.4/usr/share/julia/stdlib/v1.10/LinearAlgebra/test/blas.jl:712
  Expression: BLAS.axpy!(α, a, copy(b)) ≈ α * a + b
   Evaluated: ComplexF64[1.9330187934128453 - 8.970730564994865im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im, -0.6963896877405945 + 0.8611170231579576im] ≈ ComplexF64[-0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im, -0.4334488396252506 - 0.12206773565732487im]

make[1]: *** [Makefile:30: default] Error 1
make: *** [Makefile:619: test] Error 2

which is exactly the same error as the one you reported in #54234 (comment). If you see something else, you haven't shared it.

from julia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.