开发者

tbb

0
  • TBB task_groups without using stack

    I would like to perform a post-order tree traversal in C++. The tree can be so deep that I cannot use recursion (it exhausts the stack). Instead I create an std::stack<...> that puts everything[详细]

    2023-04-13 09:15 分类:问答
  • tbb: parallel find first element

    I have got this problem: Find the first element in a list, for which a given condition holds. Unfortunately, the list is quite long (100.000 elements), and evaluation the condition for each eleme[详细]

    2023-04-12 10:28 分类:问答
  • TBB concurrent_vector with openmp

    Can we use TBB concurrent_vector with开发者_开发知识库 openmp? Will concurrent updates be allowed?Yes, TBB\'s concurrent data structures are meant to be thread-safe, which means whatever threading pa[详细]

    2023-04-11 14:28 分类:问答
  • How to use mutex or conditional variable to design this (C++)?

    I am quite new for pa开发者_JAVA技巧rallel programming. Right now I have a problem and try to TBB solve it.[详细]

    2023-04-11 01:25 分类:问答
  • How to Disable Auto-link for TBB

    When I build my VS project as Debug, it al开发者_开发问答ways auto-linked with tbb_debug.lib (which in turn linked with tbb_debug.dll). Is there a way to override this and make tbb.lib linked even for[详细]

    2023-04-07 15:37 分类:问答
  • What are the differences between Intel TBB and Microsoft PPL?

    I\'m planning to start \"playing\" with task-based parallelism for a cross-platform project. I wanted to use Intel Threading Building Blocks. I\'m starting with Windows and Visual Studio.[详细]

    2023-04-06 21:51 分类:问答
  • TBB Concurrent Hash map

    I am implementing tbb\'s concurrent hash map to compare the performance of it against a suite of other concurrent hash tables.[详细]

    2023-04-05 15:59 分类:问答
  • Intel TBB for Android and iOS

    Just wondering if there are any multi-threading libraries for Android开发者_如何学JAVA and iOS.[详细]

    2023-04-05 00:30 分类:问答
  • C/C++ Code and LIBRARY Mixing

    I’m a native C++ programmer never knew anything about low level C, due to some circumstances I had to use C extensively. The outcome 开发者_StackOverflow社区was me catching on a lot of C habits.[详细]

    2023-04-02 04:48 分类:问答
  • C++ tbb_debug.dll missing

    I\'m new with openCV and I tried followed some tutorials. Everything worked fine until I included: opencv2/imgproc/imgproc.hpp and used the filter2D function. I got the following error when I start my[详细]

    2023-04-01 23:51 分类:问答