Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

How to solve AX=B using c++with tbb.

gaocheng073
Beginner
408 Views
Hi ,
Who has the code or the experience to solve(mutrix function) AX=B using c++with tbb.
Could you share them with me . Thanks in advance.
0 Kudos
4 Replies
SergeyKostrov
Valued Contributor II
408 Views
Quoting gaocheng073
...Who has the code or the experience to solve(mutrix function) AX=B using c++with tbb...

Please take a look at a 'Parallel_do' example in '..\Examples' folder.

Best regards,
Sergey
0 Kudos
gaocheng073
Beginner
408 Views
Hi ,
I am sorryI cannot find my 'Parallel_do' example in '..\Examples' folder.
Can you help me and tell me why .
If you have it,please send it to me .
Thank you very much.
0 Kudos
SergeyKostrov
Valued Contributor II
408 Views
Quoting gaocheng073
Hi ,
I am sorryI cannot find my 'Parallel_do' example in '..\Examples' folder.
Can you help me and tell me why .
If you have it,please send it to me .
Thank you very much.


I have two TBB versions on my computer:

version 4.0initial release
version 4.0 update 3 ( Commercially Aligned Release )

and both have the 'Parallel_do' example in '..\Examples' folder.

Please verify whatversion you have on your computer.

0 Kudos
RafSchietekat
Valued Contributor III
408 Views
The example itself is "parallel_preorder", grouped with 0 other examples in a directory examples/parallel_do, but I don't see any parallelised matrix computatiion code in it, so...
0 Kudos
Reply