openvino icon indicating copy to clipboard operation
openvino copied to clipboard

[Spec][Ref][CPU] Improve Inverse testing suite, add LU pseudocode to specification

Open PiotrKrzem opened this issue 1 year ago • 0 comments

Details:

  • Improved Inverse testing suite for dynamic shapes in the CPU plugin
  • Introduced random tests to PT FE Inerse testing suite
  • Added LU decomposition pseudocode to spec
  • Removed numpy import from opset/opset14.py
  • Moved reference inverse outside inverse namespace and removed inverse namespace
  • Added label propagation tests
  • Changed bf16 threshold restriction
  • Removed dynamic rank check as it's already present in CPU plugin
  • Simplified check for B => P[i] == j
  • Did NOT use std::copy_n as ov::bfloat16 is missing difference_value to use in std implementations

Tickets:

  • 133090

PiotrKrzem avatar Feb 14 '24 11:02 PiotrKrzem