Skip to content

23.05

Compare
Choose a tag to compare
@jslater8 jslater8 released this 23 May 16:51
· 152 commits to main since this release

Changelog for Arm® Ethos™-N Driver Stack

23.05

New features

  • Compiler flag to disable winograd for 7x7 kernels and larger
    • Set the following in the scons command line: disable_large_winograd=true
  • The cascading compiler is now the default and only compiler

Public API changes

  • Command stream major version 4 -> 5
  • Support library major version 3 -> 4
  • Driver library major version 5 -> 6

Other changes

  • No longer using deprecated Arm NN functions in the Arm NN backend
  • Network compilation time performance improvements in cascading
  • Inference performance improvements in cascading
  • Compiled network caching with multiple subgraphs in the Arm NN backend has been fixed

Known issues

  • Temporary performance regression on some networks with heavy branching. Performance improvements currently in progress