Coder Social home page Coder Social logo

Comments (3)

zpye avatar zpye commented on May 26, 2024 1

感谢您的回复,我这边也思考了一下,提出这个问题最终的目的是希望获得整体的最高效率,除了可能的并发外,还需要考虑不同节点的执行时间;另外就是线程数的设置和当前机器上的处理器性能也有关系,当线程的数量达到一定规模后,再增加线程整体的性能也不会有明显的提升。

from cgraph.

ChunelFeng avatar ChunelFeng commented on May 26, 2024

这是一个很好的问题,但是想了几天,也找很多朋友聊了这问题。但没有什么好的思路。
我们今后也会随时思考这个问题,如果有什么好的思路,也请随时指教和交流

from cgraph.

ChunelFeng avatar ChunelFeng commented on May 26, 2024

您好,在最新版本中,已经支持针对全node组成的pipeline,进行最大并发度预估。

    CSize size = 0;
    status = pipeline->calcMaxPara(size);

当 status.isOK() 的情况下, size 值即为所需

from cgraph.

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.