The cuda tag has no wiki summary.
2
votes
0answers
45 views
Prediction model on GPU [closed]
I am doing a small project at school. I have done my code implementations in CUDA and did some performance measurements with real values, i.e. running the program with different number of threads, ...
4
votes
0answers
52 views
cuda and numerical methods with implicit time discretization
I am looking to port some code that resolves a set of partial differential equations (PDE) by the finite volume method in IMPLICIT form (for the time discretization).
As result there is a tridiagonal ...
7
votes
0answers
78 views
Solving unconstrained nonlinear optimzation problems on GPU
I am trying to solve some unconstrained nonlinear optimzation problems on GPU(CUDA).
The objective function is a smooth nonlinear function, and its gradient is relatively cheap to compute ...
1
vote
0answers
64 views
CUDA Mandelbrot Set effective bandwidth and optimization
I was reading through this article (very good article and excellent blog BTW) to do some measurements in my (very simple) implementation of the Mandelbrot Set.
I'm using a Quadro 2000D card which has ...
2
votes
0answers
92 views
Cusp Library performance worse than PETSC (GMRES 200 iterations) Why?
I wanted to compare the speeds of the GMRES implementations in the CUSP and the PETSc libraries.
The matrix (A) used for testing was a 3d Laplacian matrix obtained by using the 7 point stencil on a ...