gil icon indicating copy to clipboard operation
gil copied to clipboard

Implement detection of nested container

Open simmplecoder opened this issue 6 years ago • 0 comments

Description

This PR implements Miral's idea on supporting nested containers like std::array<std::array<...>> in kernel_2d_adaptor interface.

References

Tasklist

  • [X] Implement nested container type detection
  • [X] Add tests for nested container type detection
  • [ ] Fill in the logic
  • [ ] Add test case(s)
  • [ ] Ensure all CI builds pass
  • [ ] Review and approve

simmplecoder avatar Aug 20 '19 02:08 simmplecoder