Giter Site home page Giter Site logo

Allocation of nested array about thorin2 HOT 6 CLOSED

anydsl avatar anydsl commented on May 27, 2024
Allocation of nested array

from thorin2.

Comments (6)

leissa avatar leissa commented on May 27, 2024 1

So there are two things at place here.

  1. There was a bug with the returned type of a core.trait.size (which I've just fixed)
  2. Rn, core.trait.size only deals with structural Arr%ays. We need to add sth in its normalizers to do the right thing for parameterized Arr%ays.

from thorin2.

leissa avatar leissa commented on May 27, 2024 1

I'll close this for now and open a new enhancement issue.

from thorin2.

leissa avatar leissa commented on May 27, 2024

So, the bug is fixed. The other issue is more an enhancement to make it work in the llvm backend.

from thorin2.

leissa avatar leissa commented on May 27, 2024

And this is not entirely trivial and clear to me, how to do that properly. Ideas?
E.g., what is the size of this thing here?

<<i: n; <<i as Nat; T>>

from thorin2.

NeuralCoder3 avatar NeuralCoder3 commented on May 27, 2024

Is this a triangle array?
I am not sure if we can view it in a holistic way.
For many cases, we could find iteration strategies with tight bounds or at least some upper bounds.
But I think it is generally not computable what the correct size is in one go.
We would basically need to evaluate n and for [0...n-1] evaluate the inner function to get the bounds.
Overall, this would be the same as unrolling it entirely and having a standard deep initialization.

from thorin2.

leissa avatar leissa commented on May 27, 2024

Yes, this is a triangle array. I think this is a case of: "we support this and that and for other stuff you are out of luck".
The example above at least is a parameterized array.

from thorin2.

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.