Skip to content

Commit

Permalink
kokkos#326: document Kokkos::mdspan_non_standard in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Apr 24, 2024
1 parent 897b0b6 commit 0940586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Features in Addition To C++ Standard
- C++14 backport (e.g., fold expressions not required)
- Compile times of this backport will be substantially slower than the C++17 version
- Macros to enable, e.g., `__device__` marking of all functions for CUDA compatibility
* Non-standard extensions for device code compatibility
* These extension methods can be invoked by passing `Kokkos::mdspan_non_standard` as the first argument.

Building and Installation
-------------------------
Expand Down

0 comments on commit 0940586

Please sign in to comment.