Skip to content

Commit

Permalink
Add layout_padded example
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoemmen committed Aug 30, 2022
1 parent 2450c1a commit d2bc405
Show file tree
Hide file tree
Showing 3 changed files with 650 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ add_subdirectory(dot_product)
add_subdirectory(tiled_layout)
add_subdirectory(restrict_accessor)
add_subdirectory(aligned_accessor)
add_subdirectory(layout_padded)
1 change: 1 addition & 0 deletions examples/layout_padded/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mdspan_add_example(layout_padded)
Loading

0 comments on commit d2bc405

Please sign in to comment.