Skip to content

Commit

Permalink
mdspan update
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Dec 3, 2024
1 parent cfaefb2 commit eaa311c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/basix/mdspan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6177,7 +6177,7 @@ layout_stride::mapping<Extents>::submdspan_mapping_impl(
(defined(__NVCC__) && \
(__CUDACC_VER_MAJOR__ * 100 + __CUDACC_VER_MINOR__ * 10) < 1120)
MDSPAN_IMPL_STANDARD_NAMESPACE::detail::tuple<decltype(detail::stride_of(slices))...>(
detail::stride_of(slices)...).values)),
detail::stride_of(slices)...)).values),
#else
MDSPAN_IMPL_STANDARD_NAMESPACE::detail::tuple(detail::stride_of(slices)...)).values),
#endif
Expand Down

0 comments on commit eaa311c

Please sign in to comment.