LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
163 stars 10 forks source link

Array GEAM (General Add Matrix) #199

Closed Pencilcaseman closed 1 year ago

Pencilcaseman commented 1 year ago

GEAM (General Add Matrix) performs the following operation:

c = A * alpha + B * beta

This could be useful for optimising calculations and allows users to use the cuBLAS GEAM kernels to their full extent.