An error occurred while fetching the assigned milestone of the selected merge_request.
Extend mdspan interface and fix mdspan memory layout mapping
Files
3@@ -29,7 +29,8 @@ def invoke_clang_format(code: str, options: ClangFormatOptions) -> str:
This MR fixes the way memory layouts for std::mdspan are modelled and inferred.
layout_policy
template parameter to the StdMdspan
class.layout_strided
by default (cannot infer layout from field instance, because of pystencils#117)