|
numerics
|
GPU (CUDA) backend – matrix operations. More...
Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::gpu |
Functions | |
| void | num::backends::gpu::matmul (const Matrix &A, const Matrix &B, Matrix &C) |
| void | num::backends::gpu::matvec (const Matrix &A, const Vector &x, Vector &y) |
GPU (CUDA) backend – matrix operations.
Thin shims that forward to cuda:: kernels (cuda_ops.hpp). Falls back to sequential when NUMERICS_HAS_CUDA is not defined.
Definition in file matrix.cpp.