multithread in multiplication of two matrix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anjola
    New Member
    • Sep 2006
    • 11

    multithread in multiplication of two matrix

    What flag can you use for multithreading in multiplication of two matrixes
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Multi-threading is not controlled by flags, it is controlled by starting new threads if they are available on your platform.

    Comment

    Working...