Composable Kernel: include/ck/tensor_operation/gpu/device/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.
|
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 > > |
|