Skip to content

[Add] first MetaOperator implementation: PaddedConv

Maxence Naud requested to merge feat_add-first-metaop-impl into dev

Context

This implementation works but is not fed to the Registrar system because it is less efficient than the combination of Pad->Conv in MetaOperator with an optimized non-padded convolution.

Modified files

  • PaddedConvImpl.hpp
  • PaddedConvImpl.cpp
  • PaddedConvImpl_kernel.hpp

Detailed major modifications

Add first functional metaoperator implementation.

TODO

  • Optimize the implementation inference time
Edited by Maxence Naud

Merge request reports

Loading