#include <decision_tree_policy.hpp>
|
| using | wg_256x256_k32_sg_32x64 = tile_shape_config< 256, 256, 32, 32, 64 > |
| |
| using | wg_256x256_k32_sg_64x32 = tile_shape_config< 256, 256, 32, 64, 32 > |
| |
| using | wg_128x512_k16_sg_32x64 = tile_shape_config< 128, 512, 16, 32, 64 > |
| |
| using | wg_512x128_k16_sg_64x32 = tile_shape_config< 512, 128, 16, 64, 32 > |
| |
| using | wg_32x256_k32_sg_16x16 = tile_shape_config< 32, 256, 32, 16, 16 > |
| |
| using | wg_512x64_k32_sg_32x32 = tile_shape_config< 512, 64, 32, 32, 32 > |
| |
| using | wg_64x64_k32_sg_16x8 = tile_shape_config< 64, 64, 32, 16, 8 > |
| |
| template<typename T > |
| using | from_dict = typename from_dict_impl< T >::type |
| |
|
| static constexpr int | const_abs (const int &z) |
| |
| template<typename T , typename U > |
| static constexpr int | distance_fcn () |
| |
◆ from_dict
template<typename dict_t_ >
template<typename T >
◆ wg_128x512_k16_sg_32x64
template<typename dict_t_ >
◆ wg_256x256_k32_sg_32x64
template<typename dict_t_ >
◆ wg_256x256_k32_sg_64x32
template<typename dict_t_ >
◆ wg_32x256_k32_sg_16x16
template<typename dict_t_ >
◆ wg_512x128_k16_sg_64x32
template<typename dict_t_ >
◆ wg_512x64_k32_sg_32x32
template<typename dict_t_ >
◆ wg_64x64_k32_sg_16x8
template<typename dict_t_ >
◆ const_abs()
template<typename dict_t_ >
◆ distance_fcn()
template<typename dict_t_ >
template<typename T , typename U >