|
template<typename DataType , typename StaticTileDistribution > |
constexpr CK_TILE_HOST_DEVICE auto | ck_tile::make_static_distributed_tensor (const StaticTileDistribution &) |
|
template<typename DataType , typename StaticTileDistribution , typename ThreadBuffer > |
constexpr CK_TILE_HOST_DEVICE auto | ck_tile::make_static_distributed_tensor (const StaticTileDistribution &, ThreadBuffer &&thread_buffer_) |
|
template<typename StaticTileDistribution , typename DistributedIndices > |
constexpr CK_TILE_HOST_DEVICE auto | ck_tile::get_x_indices_from_distributed_indices (StaticTileDistribution tile_distribution, DistributedIndices distributed_indices) |
|
template<typename DataType , typename StaticTileDistribution , typename XIndicesPredicate > |
CK_TILE_HOST_DEVICE void | ck_tile::set_tile_if (static_distributed_tensor< DataType, StaticTileDistribution > &out_tensor, DataType value, XIndicesPredicate predicate) |
|
template<typename YLengths , index_t XUnpacks> |
constexpr CK_TILE_HOST_DEVICE auto | ck_tile::get_y_unpacks_from_x_unpacks (YLengths, number< XUnpacks >) |
|