Skip to content

DeepSparse v0.6.0

Compare
Choose a tag to compare
@jeanniefinks jeanniefinks released this 30 Jul 23:03
· 2 commits to release/0.6 since this release
08a210c

New Features:

Changes:

  • Performance improvements made for:
    - all networks when running on multi-socket machines, especially those with large outputs.
    - batched Softmax and Reduce operators with many threads available.
    - Reshape operators when multiple dimensions are combined into one or one dimension is split into multiple.
    - stacked matrix multiplications by supporting more input layouts.
  • YOLOv3 example integration was generalized to ultralytics-yolo in support of both V3 and V5.

Resolved Issues:

  • Engine now runs on architectures with more than one NUMA node per socket.

Known Issues:

  • None