Giter Club home page Giter Club logo

Comments (8)

vertexclique avatar vertexclique commented on May 23, 2024 1

Closing this, soon we will introduce a more advanced scheduler. Feel free to reopen it.

Small note: The main reason for CPU bump is basically runtime is looking for work to distribute to all cores with respect to core pinning.

from bastion.

Patryk27 avatar Patryk27 commented on May 23, 2024 1

Hi, right now it works flawlessly, thanks! ❤️

from bastion.

Patryk27 avatar Patryk27 commented on May 23, 2024

Hmm, other weird things happen now: having my "patch" applied, the application is sometimes (50% of the runs) getting stuck inside the affine_steal() function, consuming the 100% CPU time back again.

from bastion.

vertexclique avatar vertexclique commented on May 23, 2024

Hi, @Patryk27 thanks for reporting. Can you supply a minimal example that made you hit this issue?

from bastion.

Patryk27 avatar Patryk27 commented on May 23, 2024

Sure - it was virtually:

fn main() {
  Bastion::init();
  std::thread::sleep(std::time::Duration::from_millis(2000));
}

from bastion.

vertexclique avatar vertexclique commented on May 23, 2024

Now topology will be fetched only once, at the very beginning of the runtime initialization. This should decrease the sampler's usage.

from bastion.

Patryk27 avatar Patryk27 commented on May 23, 2024

Great, thanks! :-) I'll check it later, but seems like it should be working fine now.

from bastion.

vertexclique avatar vertexclique commented on May 23, 2024

@Patryk27 Hi Patryk! You can give it a try. This issue is resolved after #115 .

from bastion.

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.