Epilogue functor, specialized for quantization operator. More...
#include <epilogue_policy.hpp>
Public Types | |
| using | dequant_op_t = dequant_op_t_ |
| using | tile_op_t = tile_op_t_ |
| using | quant_op_t = quant_op_t_ |
| using | dtype_dequant = dtype_dequant_ |
Static Public Attributes | |
| static constexpr gpu_arch | arch_tag = arch_tag_ |
Epilogue functor, specialized for quantization operator.
| dequant_op_t_ | is the dequantization op type |
| tile_op_t_ | is the tile op type. |
| quant_op_t_ | is the quantization op type. |
| arch_tag_ | Is the HW architecture. |
| dequant_dtype_t_ | Is the dequantize data type. |
| using gpu::xetla::group::epilogue_policy_quant_op< dequant_op_t_, tile_op_t_, quant_op_t_, arch_tag_, dtype_dequant_ >::dequant_op_t = dequant_op_t_ |
| using gpu::xetla::group::epilogue_policy_quant_op< dequant_op_t_, tile_op_t_, quant_op_t_, arch_tag_, dtype_dequant_ >::dtype_dequant = dtype_dequant_ |
| using gpu::xetla::group::epilogue_policy_quant_op< dequant_op_t_, tile_op_t_, quant_op_t_, arch_tag_, dtype_dequant_ >::quant_op_t = quant_op_t_ |
| using gpu::xetla::group::epilogue_policy_quant_op< dequant_op_t_, tile_op_t_, quant_op_t_, arch_tag_, dtype_dequant_ >::tile_op_t = tile_op_t_ |
|
staticconstexpr |