Skip to content

DeepSparse v0.5.0

Compare
Choose a tag to compare
@jeanniefinks jeanniefinks released this 28 Jun 18:01
· 1 commit to release/0.5 since this release
ec3c3f4

New Features:

  • None

Changes:

  • Performance optimizations implemented for binary elementwise operations, where both inputs come from the same source buffer. One of the inputs may have intermediate unary operations.
  • Performance optimizations implemented for binary elementwise operations where one of the inputs is a constant scalar.
  • Small performance improvement for large batch sizes (> 64) on quantized ResNet.

Resolved Issues:

  • Assertion deepsparse num_sockets removed when too many sockets were requested, causing users to experience a crash.
  • Rare assertion failure fixed when a nonlinearity appeared between an elementwise addition and a convolution or gemm.
  • Broken URLs for classification and detection examples updated in the contained READMEs.

Known Issues:

  • None