![]() |
|
|
Since LabVIEW is built to handle multithreaded applications, you can use a technique called data parallelism to split up operations to run on multiple processors at the same time. This example compares the execution time necessary to multiply two 500 by 500 matricies in one single operation versus dividing the matricies into two subsets each, performing the multiplication and combining them to a 500 by 500 result. The speed up time is displayed and the VI stops.
There are no comments on this document