Coder Social home page Coder Social logo

Comments (5)

regehr avatar regehr commented on June 20, 2024

we're never supposed to synthesize a phi, but that transformation seems to contain a new phi -- so the crash is correct but the optimization looks weird. can you isolate the code that leads to this transformation so we can understand what's going on here?

from souper.

regehr avatar regehr commented on June 20, 2024

%11 looks like it was supposed to be %4, so we need to understand how that happened. if %11 was %4 then we'd not have a new phi and we'd not get the crash. that looks like the bug to me.

from souper.

manasij7479 avatar manasij7479 commented on June 20, 2024

The 'block' should be same too.
Somewhere we are not reusing the block from LHS during synthesis.

This is how to synthesize this with souper-check without involving sclang
./souper-check -reinfer-rhs -souper-enumerative-synthesis-max-instructions=1 -souper-dataflow-pruning -souper-double-check /tmp/phi.opt
Where phi.opt contains the transformation in the issue.
I'll investigate what''s causing this to be synthesized.

from souper.

regehr avatar regehr commented on June 20, 2024

run under valgrind and such -- there could be an uninitialized bug that is causing things to get garbled.

yes, the key question is why that block wasn't getting reused -- if that happened, it wouldn't look like we synthesized a phi on the RHS, which of course we did not.

from souper.

regehr avatar regehr commented on June 20, 2024

@manasij7479 reminder to fix this

from souper.

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.