/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck_tile/host/reference/reference_elementwise.hpp Source File#
reference_elementwise.hpp
Go to the documentation of this file.
Definition: cluster_descriptor.hpp:13
CK_TILE_HOST auto make_ParallelTensorFunctor(F f, Xs... xs)
Definition: host_tensor.hpp:329
CK_TILE_HOST void reference_binary_elementwise(const HostTensor< ADataType > &a, const HostTensor< BDataType > &b, HostTensor< CDataType > &c, ElementOp element_op)
Definition: reference_elementwise.hpp:31
CK_TILE_HOST void reference_unary_elementwise(const HostTensor< ADataType > &a, HostTensor< BDataType > &b, ElementOp element_op)
Definition: reference_elementwise.hpp:12
Definition: host_tensor.hpp:336
std::size_t get_element_space_size() const
Definition: host_tensor.hpp:400