You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.