Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Which best parallel library for For,Loop case in Qt and linux

Which best parallel library for For,Loop case in Qt and linux

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 233 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • stackprogramerS Offline
    stackprogramerS Offline
    stackprogramer
    wrote on last edited by
    #1

    C ++ programmers, if they have experience in this field, I would appreciate it if they could share their knowledge with me.

    I am developing an image and signal processing algorithm. Parts of the project consist of instant loops that must perform operations such as convulsions and vector multiplications. I need a C ++ library that automatically processes and calculates four loops in parallel.

    According to my research, one of the libraries I should use for this is the OPENMP library ....

    I wanted professors with experience in this field to introduce the best library that parallels parts of the code and is compatible with Linux and Qt.

    Thank you in advance

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Qt is a C++ library so whatever the C++ library you want to use, there should be no issues.

      As for the library, it so dependent on what you are going to do that there's likely no single correct answer.

      As for OpenMP, yes you can use it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved