Skip to content

Filter out TrigPassBits, 1st pass on features based compression

Tomasz Bold requested to merge tbold/athena:filter-pass-bits-from-fea into master

This MR has two parts:

  1. ignores TrigPassBits when comparing FEA vectors (increases chance of mergin)
  2. has 1s attack to merge ConvProxies that have features (basically factor of 10 reduction of number of conv proxies) By default, the compression is off by default no to to interfere with the conversion of ConvProxies to IM / H that is the critical piece.

Tagging @wprzygod and @tamartin

Merge request reports