openGPMP
Open Source Mathematics Package
Public Member Functions | List of all members
gpmp::accl::CUDAmtx Class Reference

Features CUDA GPU acceleration methods related to matrix operations. More...

Public Member Functions

__global__ void mtx_add_ (int n, float *x, float *y)
 Multiply 2 N x M matrix. More...
 

Detailed Description

Features CUDA GPU acceleration methods related to matrix operations.

Definition at line 51 of file _cuda_mtx.cuh.

Member Function Documentation

◆ mtx_add_()

__global__ void gpmp::accl::CUDAmtx::mtx_add_ ( int  n,
float *  x,
float *  y 
)

Multiply 2 N x M matrix.


The documentation for this class was generated from the following file: