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
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 271 Views 3 Watching
  • 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.
  • S Offline
    S Offline
    stackprogramer
    wrote on 16 Oct 2021, 13:35 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 16 Oct 2021, 18:31 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

      1/2

      16 Oct 2021, 13:35

      • Login

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