Giter VIP home page Giter VIP logo

Comments (3)

lingda-li avatar lingda-li commented on July 17, 2024

Hi,

Thanks for your interest!

The modified gem5 code that can generate SimNet input is at https://github.com/lingda-li/gem5, and the ml-sim branch. You should checkout the commit 17cfbb10f47e89aadf73c97df43c96e9cd441891, which I think is the right version for SimNet (but cannot guarantee). The output trace should be in the folder where simulation gets executed.

from simnet.

asds25810 avatar asds25810 commented on July 17, 2024

Hi Lingda,

I have successfully reproduced the pipeline of simnet. As the papers (sigmetrics 2022 and SC 2022) introduced, if run simnet without subtrace parallel, it shows really low MIPS (e.g., 0.005 MIPS on a 3080ti), due to the heavy computation of the neural network.

I don't quite understand the role of the neural network, as subtrace parallel seems like the key to accelerate simulation. What if use another faster trace-driven simluator plus subtrace parallel?

from simnet.

lingda-li avatar lingda-li commented on July 17, 2024

Glad that you were able to reproduce. Feel free to submit pull requests to maybe help other people. About your question, neural network is much more regular and parallel. On the other hand you can potential use a CPU thread to simulate each subtrace on CPU using traditional simulators, but there is irregularity between threads, and it won't generate as nearly much parallelism as the GPU case to accelerate neural network.

from simnet.

Related Issues (1)

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.