LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add Arrays

Hello there,

 

I know using the add function should work fine if I want to simply add 2 arrays. What I want to know is if it does take advantage of multicore machines and executes the sums in parallel.

 

Thank you! 

0 Kudos
Message 1 of 3
(1,963 Views)

I would say it probably doesn't, but why does it matter?  Why do you need to know?

0 Kudos
Message 2 of 3
(1,949 Views)

No, but it might take advantage of e.g. SSE.

 

You could implement your own parallel code using a parallel FOR loop, but it will be slower. The cost of splitting the input and reassembling the results will most likely be much more expensive.

0 Kudos
Message 3 of 3
(1,947 Views)