/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/host/reference/reference_pool.hpp File Reference

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/host/reference/reference_pool.hpp File Reference#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/host/reference/reference_pool.hpp File Reference
reference_pool.hpp File Reference
#include "ck_tile/core.hpp"
#include "ck_tile/host/host_tensor.hpp"
#include <thread>

Go to the source code of this file.

Namespaces

 ck_tile
 

Functions

template<typename InDataType , typename ComputeDataType , typename OutDataType , typename ReduceOp , typename TensorShape , typename WindowShape >
CK_TILE_HOST void ck_tile::reference_pool2d (const HostTensor< InDataType > &input, HostTensor< OutDataType > &output, PoolKernelArgs< TensorShape, WindowShape > kargs, ReduceOp reduce_op)
 
template<typename InDataType , typename ComputeDataType , typename OutDataType , typename ReduceOp , typename TensorShape , typename WindowShape >
CK_TILE_HOST void ck_tile::reference_pool3d (const HostTensor< InDataType > &input, HostTensor< OutDataType > &output, PoolKernelArgs< TensorShape, WindowShape > kargs, ReduceOp reduce_op)