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 26, 2022
1 parent 9272306 commit 38b6481
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ add_subdirectory(godbolt_starter)
add_subdirectory(dot_product)
add_subdirectory(tiled_layout)
add_subdirectory(restrict_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 38b6481

Please sign in to comment.