|
Expression Templates Library (ETL)
|
EGBLAS wrappers for the scalar_div operation. More...

Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | etl::impl::egblas::scalar_div ([[maybe_unused]] T beta, [[maybe_unused]] T *x, [[maybe_unused]] size_t n, [[maybe_unused]] size_t s) |
| Divide the scalar beta by each element of the single-precision vector x. More... | |
EGBLAS wrappers for the scalar_div operation.
|
inline |
Divide the scalar beta by each element of the single-precision vector x.
| beta | The scalar to be divide |
| x | The vector to divide the scalar by (GPU pointer) |
| n | The size of the vector |
| s | The stride of the vector |
1.8.13