"src/diffusers/pipelines/easyanimate/pipeline_easyanimate.py" did not exist on "7513162b8b3ab4108dfe58de2a4ae896f888e883"
  • rocking5566's avatar
    Gemm+layernorm instance, ckProfiler, client example (#568) · f7d28f3e
    rocking5566 authored
    * Add gemm + layernorm instance
    
    * Add ckProfiler
    
    * Add test
    
    * Add client example
    
    * Detect if user forger to set the workrspace
    
    * Use literal in the example
    
    * [What] use builtin function for sqrt
    [Why] compiler will not use v_sqrt_f64_e64 if we use ::sqrt()
    
    * check gemm vaildity in IsSupportedArgument
    
    * Add more testcases
    
    * Merge duplicated folder in client example
    
    * Print more infomation
    
    * Use better kernel parameter for MS problem size
    
    * clang format
    
    * Add constexpr for if condition and remove redundant include
    
    * Remove cstdlib and add constexpr
    f7d28f3e
math_v2.hpp 3.33 KB