79273551

Date: 2024-12-12 00:56:32
Score: 1
Natty:
Report link

You need to call the Multiprocessing.pool inside of the function and have it map directly to the numpy matrix inversion.

But, if the task is not big enough I cant guarantee that it will speed it up. The independent cost of setting up the process might outdo the singular execution of each.

"Embarassingly Parrellel" is a term used for GPU multiprocessing. Currently python doesnt support native gpu acceleration.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: TheCableGUI