Efficient processing

More
2 years 7 months ago #4107 by Simulationslord
I am looking for a way to optimize the processing time of my python code for NGSolve and I wonder if NGSolve supports tensorflow, cuda for GPU processing, or both.
Appreciate your support.

Greetings Simulationslord
More
2 years 7 months ago #4108 by joachim
Replied by joachim on topic Efficient processing
Hi Simulationlord,

we have many possibilities to optimize your scripts in NGSolve.

First important thing is to know where are your bottle-necks which you want to optimize.

What kind of problems are you solving ?
Do you use optimal solvers for your problems ?
What kind of parallelization are you using already ?

There is no explizit support of GPUs in the finite element part, but you may use GPU solvers e.g. via the PETSc interface.

Joachim
Time to create page: 0.145 seconds