Skip to content

Implement detection of nested container - #384

Open
simmplecoder wants to merge 1 commit into
developfrom
kernel2d-2dcontainer
Open

Implement detection of nested container#384
simmplecoder wants to merge 1 commit into
developfrom
kernel2d-2dcontainer

Conversation

@simmplecoder

Copy link
Copy Markdown
Contributor

Description

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

References

Tasklist

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

Interface enhancement for
kernel_2d_adaptor to support nested
containers. Implemented by adding
a template parameter with default value
@simmplecoder simmplecoder added the status/work-in-progress Do NOT merge yet until this label has been removed! label Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status/work-in-progress Do NOT merge yet until this label has been removed!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants