Coder Social home page Coder Social logo

Comments (4)

aravindacharya avatar aravindacharya commented on June 15, 2024

Typed fuse is enabled only with the dfp framework. Hence --dfp flag has to be included in the command line. Here is the output with the flag --dfp included in the command line.

$ ./polycc test/multi-stmt-stencil-seq.c --dfp --typedfuse

T(S1): (0, 0, 0, 0, i)
loop types (scalar, scalar, scalar, scalar, loop)

T(S2): (1, 0, 0, 0, i)
loop types (scalar, scalar, scalar, scalar, loop)

T(S3): (1, 1, 0, 0, i)
loop types (scalar, scalar, scalar, scalar, loop)

T(S4): (1, 1, 1, 0, i)
loop types (scalar, scalar, scalar, scalar, loop)

T(S5): (1, 1, 1, 1, i)
loop types (scalar, scalar, scalar, scalar, loop)

from pluto.

bondhugula avatar bondhugula commented on June 15, 2024

If --typedfuse is a choice under DFP alone, we should turn on DFP whenever --typedfuse is provided.

from pluto.

bondhugula avatar bondhugula commented on June 15, 2024

And similarly for --hybridfuse and any other fusion heuristics under DFP.

from pluto.

aravindacharya avatar aravindacharya commented on June 15, 2024

Fixed in commit 12d8030. In case, an LP solver like glpk or gurobi is not enabled during configure, then typedfuse (or hybridfuse) is disabled and then uses the original ILP based Pluto algorithm.

from pluto.

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.