help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave multi threading.


From: N
Subject: Re: Octave multi threading.
Date: Thu, 18 Jun 2020 22:49:31 +0200

> Hi team,
> 
> I'm looking for an Octave release which will utilize multiple cores of
> processors at a same time during heavy operations rather than a single
> core.
> 
> If there is any release of octave or any add on libraries that fulfill my
> expectation, Please let me know. Waiting for your reply.

Here is something about using the GPU:
  https://devblogs.nvidia.com/drop-in-acceleration-gnu-octave/
  
http://developer.download.nvidia.com/GTC/PDF/GTC2012/Posters/P0213_CudaBasedGPU_Jaideep_Singh.pdf

Are not sure but think GPU may do quite many instructions in parallel. Some 
years ago I made a little bit of 3D programming and remember Matrix operations 
where used to rotate and move things so I would guess GPU might be rather fast 
at matrix operations but are not sure. Also know GPU may be used for solving 
partial differential equations there solving a equation system usually often is 
time consuming due to size of equation system.


Nicklas SB Karlsson



reply via email to

[Prev in Thread] Current Thread [Next in Thread]