device_permute.hpp Source File#
device_permute.hpp
Go to the documentation of this file.
16template <index_t NumDim, typename InDataType, typename OutDataType, typename ElementwiseOperation>
Definition convolution_backward_data_specialization.hpp:8
Definition convolution_backward_data_specialization.hpp:7
Definition ck.hpp:268
BaseOperator()=default
Definition device_permute.hpp:18
virtual std::unique_ptr< BaseInvoker > MakeInvokerPointer()=0
virtual std::unique_ptr< BaseArgument > MakeArgumentPointer(const Lengths &in_lengths, const Strides &in_strides, const Lengths &out_lengths, const Strides &out_strides, const void *in_dev_buffer, void *out_dev_buffer, ElementwiseOperation elementwise_op)=0
std::array< index_t, NumDim > Lengths
Definition device_permute.hpp:19