Giter Site home page Giter Site logo

Comments (5)

kortschak avatar kortschak commented on August 25, 2024

I think that's reasonable so long as it doesn't break things. Has OpenBLAS made that change?

from netlib.

vladimir-ch avatar vladimir-ch commented on August 25, 2024

It seems that OpenBLAS has been using #define CBLAS_INDEX size_t for more than 10 years so it's the reference catching up to what other BLAS implementations do.

from netlib.

kortschak avatar kortschak commented on August 25, 2024

Great, then that seems like the thing to do.

from netlib.

vladimir-ch avatar vladimir-ch commented on August 25, 2024

Then the question arises what type should the I?amax routines return. Most naturally it should be uint which means changing our Level1 interfaces. However, if that is done, thenI?amaxcould not return -1 as an invalid index in case of a negative increment or zero size. So either we look away and keep returning int or we panic instead of returning -1. Any other idea?

from netlib.

kortschak avatar kortschak commented on August 25, 2024

I think we keep out signature the same. The internal representation of the index/size type isn't really our concern beyond making sure that it is big enough.

What does OpanBLAS do for I?amax?

from netlib.

Related Issues (16)

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.