numerics
Loading...
Searching...
No Matches
matrix.cpp File Reference

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)
 

Detailed Description

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.