"...resnet50_tensorflow.git" did not exist on "32d195413dfa5d825d39dd0c226644372adc7e06"
  • rocking5566's avatar
    Gemm + bias + relu + add + layernorm (#272) · 6eb55499
    rocking5566 authored
    * Copy "gemm reduce" to "gemm bias add reduce"
    
    * Implement gemm bias add reduction
    
    * Fix compiler error due to merge from develop
    
    * Add tensor operation for gemm + bias + add + reduce
    
    * Add gemm_bais_add_reduce to ckProfiler
    
    * Add c1 functor
    
    * Refine type
    
    * Use reduceAccDataType instead of explicitly float
    
    * Change to use check_err()
    
    * Do relu in float32 instead of bhalf_t. Because bhalf_t is unsigned
    
    * Refactor relu. using type_trait instead of overloading
    
    * Rename DxsReduceAccElementwiseOperation to DxsReduceAccElementwiseOperation
    
    * Fix denominator
    
    * Refine nameing
    
    * Fix denominator  in host
    
    * Remove useless include header
    
    * Use AccDataType
    
    * Fix static_cast order
    
    * Refine type
    
    * [What] Remove tuple type in the base class
    [Why] External api depend on base class. if base class has relationship with type, we will need many class for different type
    6eb55499
profiler.cpp 4.2 KB