Commit Graph

3 Commits

Author SHA1 Message Date
Kevin Abraham
bd40b58266 implemented tests for instances from grouped_convolution_forward_convscale.hpp:100 2025-10-27 16:43:54 +00:00
Robin Voetter
bf022a6d15 ck-builder: add InstanceSet and InstanceMatcher
These types can be used to check whether a list of instances
defined statically/obtained from a DeviceOp is congruent. We don't
care about the order, just which items are present or not. Note that
when GetInstanceString() is not implemented for a particular kernel,
it returns "" (via the base class implementation). When this is the
case, tests should temporarily add "" to the expected list of
instances until the implementation is done.
2025-10-27 16:41:28 +00:00
Robin Voetter
c07b436666 ck-builder: add InstanceSet and InstanceMatcher
These types can be used to check whether a list of instances
defined statically/obtained from a DeviceOp is congruent. We don't
care about the order, just which items are present or not. Note that
when GetInstanceString() is not implemented for a particular kernel,
it returns "" (via the base class implementation). When this is the
case, tests should temporarily add "" to the expected list of
instances until the implementation is done.
2025-10-27 13:31:16 +01:00