Skip to content
  • Franck Galpin's avatar
    3d258f08
    New · 3d258f08
    Franck Galpin authored
    - split sample programs: count_mac, debug_model, sample_xxx
    - added clang-format file
    
    Improvements:
    - improve SIMD support for float (AVX512, conv1x1 etc.)
    - go back to HWCD loop order. Some gains on big models.
    - nbOutputs() method in Model
    
    Corrections:
    - init is now re-entrant: it is possible to do inference with multiple input sizes by calling init with the new size
    - remove all MAC counters in SIMD paths + add warning message
    
    Cleaning:
    - clean the naming for conv2d (simd, dispatch etc.)
    - clean messages for SIMD support
    - clean macro for debug
    - clean sample_test.sh script
    - clang format everything
    - copyright year
    - README update
    - other minor cleanings
    3d258f08
    New
    Franck Galpin authored
    - split sample programs: count_mac, debug_model, sample_xxx
    - added clang-format file
    
    Improvements:
    - improve SIMD support for float (AVX512, conv1x1 etc.)
    - go back to HWCD loop order. Some gains on big models.
    - nbOutputs() method in Model
    
    Corrections:
    - init is now re-entrant: it is possible to do inference with multiple input sizes by calling init with the new size
    - remove all MAC counters in SIMD paths + add warning message
    
    Cleaning:
    - clean the naming for conv2d (simd, dispatch etc.)
    - clean messages for SIMD support
    - clean macro for debug
    - clean sample_test.sh script
    - clang format everything
    - copyright year
    - README update
    - other minor cleanings
Loading