"examples/vscode:/vscode.git/clone" did not exist on "6578b2f8a120bc1176f87bb54f090fc4c69c9930"
  • rocking5566's avatar
    Int8 qunatization gemm xdl (#108) · ad41aa0e
    rocking5566 authored
    
    
    * Add int8 of mk_nk_mn to the ckProfiler
    
    * Add example of int8 gemm
    
    * Fix typo, use ushort instead of half_t for bfloat16
    
    * replace ushortXXX_t to bhalfXXX_t
    
    * rename ushort to bhalf_t
    
    * Add bf16 example
    
    * Add bf16 gemm to ckProfiler
    
    * Fix alignment
    
    * Fix typo
    
    * Add unit test for gemm_xdl int8
    
    * Add gemm_xdl fp32 unit test
    
    * Add gemm_xdl bf16 unit test
    
    * fix build
    
    * fix build issue due to merge conflict
    
    * Fix build
    
    * Fix build error
    
    * [What] gemm + relu inference
    [How] gemm + requant + relu + requant + clamp
    
    * clean
    Co-authored-by: default avatarrocking <chunylai@amd.com>
    Co-authored-by: default avatarChao Liu <chao.liu2@amd.com>
    ad41aa0e
gemm_xdl_bf16.cpp 8.82 KB