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

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

Portrait de gaocheng073

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.

5 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de Sergey Kostrov
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

Portrait de 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.

Portrait de Sergey Kostrov
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.

Portrait de Raf Schietekat

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...

Connectez-vous pour laisser un commentaire.