octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57033] Replace CXSPARSE with SPQR


From: Rik
Subject: [Octave-bug-tracker] [bug #57033] Replace CXSPARSE with SPQR
Date: Mon, 4 Jan 2021 18:18:39 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Follow-up Comment #32, bug #57033 (project octave):

Regarding issue #1, duplicate BIST tests: it was my understanding that using
SPQR is not just higher performance, it actually gets the correct answer.  If
this is the case then one choice would be to drop support for CXSPARSE and
only support SPQR.  If that change is made then we can easily change the BIST
tests to


%!testif HAVE_SPQR


If that is not possible then we can still just use one BIST test, but we can't
use a static test for a library because the syntax for %!testif only supports
ANDing of multiple libraries.  In that case, we can change to a runtime
configuration test.


%!testif ; __have_feature__ ("SPQR") || __have_feature__ ("CXSPARSE")


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57033>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]