Coder Social home page Coder Social logo

Parallel inferring about souper HOT 2 OPEN

Jacarte avatar Jacarte commented on June 13, 2024
Parallel inferring

from souper.

Comments (2)

regehr avatar regehr commented on June 13, 2024

I think you'd want to be pretty careful with the parallelism strategy here since when Souper is used as an LLVM plugin you don't want to modify the IR concurrently.

we've not pursued anything like this since there are generally easier forms of parallelism available. when compiling, there's often a lot of parallelism at the level of the build system, for example. we also like to harvest LHSs into Souper's cache and then infer these in parallel, this works very well, the cache_infer program has support for this. there's also potential for parallelism in the enumerative synthesizer but we've not explored that at all seriously.

from souper.

Jacarte avatar Jacarte commented on June 13, 2024

Thank @regehr for the quick and always useful answer.

I agree about having a red light doing parallel IR modifications. I was thinking more about the enumerative synthesis and solver querying part as you mentioned. To create the proof of concept of CROW, we modified Souper here creating a forked process (to some extent using semaphore) for each candidate looking for valid replacements, it seems to work.

Sorry for the sloppy CPP code :)

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.