Back to Cutlass

CUTLASS: tensor_elementwise.h File Reference

docs/device_2kernel_2tensor__elementwise_8h.html

4.4.23.2 KB
Original Source

| | CUTLASS

CUDA Templates for Linear Algebra Subroutines and Solvers |

Namespaces | Functions

device/kernel/tensor_elementwise.h File Reference

#include <curand_kernel.h>
#include "cutlass/cutlass.h"

Include dependency graph for device/kernel/tensor_elementwise.h:

Go to the source code of this file.

|

Namespaces

| | | cutlass | | | | | cutlass::reference | | | | | cutlass::reference::device | | | | | cutlass::reference::device::kernel | | |

|

Functions

| | template<typename T > | | __global__ void | cutlass::reference::device::kernel::TensorInitializeUniform (Distribution dist, int64_t seed, int dim_contiguous, int dim_strided, T *tensor, int ldm) | | | Kernel to initialize tensor to uniform random distribution. More...
| | | | template<typename T > | | __global__ void | cutlass::reference::device::kernel::TensorInitializeGaussian (Distribution dist, int64_t seed, int dim_contiguous, int dim_strided, T *tensor, int ldm) | | | Kernel to initialize tensor to uniform distribution. More...
| | | | template<typename T > | | __global__ void | cutlass::reference::device::kernel::TensorInitializeLinear (Distribution dist, int64_t seed, int dim_contiguous, int dim_strided, T *tensor, int ldm) | | | Kernel to initialize tensor to an identity matrix. More...
| | | | template<typename T > | | __global__ void | cutlass::reference::device::kernel::TensorInitializeIdentity (Distribution dist, int64_t seed, int dim_contiguous, int dim_strided, T *tensor, int ldm) | | | Kernel to initialize tensor to an identity matrix. More...
| | |


Generated by 1.8.11