kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
417 stars 69 forks source link

example for custom accessor? #203

Closed rscohn2 closed 2 years ago

rscohn2 commented 2 years ago

Is there an example that shows how to use a custom accessor?

dalg24 commented 2 years ago

examples/ has an aligned_accessor/ and a restrict_accessor/ directories

rscohn2 commented 2 years ago

Thanks