/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/docs-6.4.3/include/ck/tensor_operation/gpu/device/device_softmax.hpp File Reference

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/docs-6.4.3/include/ck/tensor_operation/gpu/device/device_softmax.hpp File Reference#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/docs-6.4.3/include/ck/tensor_operation/gpu/device/device_softmax.hpp File Reference
device_softmax.hpp File Reference
#include <memory>
#include <vector>
#include "ck/ck.hpp"
#include "ck/tensor_operation/gpu/device/device_base.hpp"

Go to the source code of this file.

Classes

struct  ck::tensor_operation::device::DeviceSoftmax< InDataType, AccDataType, OutDataType, InElementwiseOp, AccElementwiseOp, Rank, NumReduceDim >
 

Namespaces

 ck
 
 ck::tensor_operation
 
 ck::tensor_operation::device
 

Typedefs

template<typename InDataType , typename AccDataType , typename OutDataType , typename InElementwiseOp , typename AccElementwiseOp , index_t Rank, index_t NumReduceDim>
using ck::tensor_operation::device::DeviceSoftmaxPtr = std::unique_ptr< DeviceSoftmax< InDataType, AccDataType, OutDataType, InElementwiseOp, AccElementwiseOp, Rank, NumReduceDim > >