We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like the latest commit to the single-header branch broke things. There are a bunch of errors regarding redefinitions (one example is below):
In file included from <source>:11: /app/raw.githubusercontent.com/kokkos/mdspan/single-header/mdspan.hpp:1111:8: error: redefinition of 'struct std::default_accessor<ElementType>' 1111 | struct default_accessor { | ^~~~~~~~~~~~~~~~ /app/raw.githubusercontent.com/kokkos/mdspan/single-header/mdspan.hpp:1011:8: note: previous definition of 'struct std::default_accessor<ElementType>' 1011 | struct default_accessor { | ^~~~~~~~~~~~~~~~
I went back to the previous commit and it worked fine (https://raw.githubusercontent.com/kokkos/mdspan/15563ed9ab955f8a2e555181a71583a9913816c2/mdspan.hpp instead of https://raw.githubusercontent.com/kokkos/mdspan/single-header/mdspan.hpp).
The text was updated successfully, but these errors were encountered:
I think this will fix it. #260 Note that by default however the single header will give you mdspan from now on in the Kokkos:: namespace.
Technically we are not allowed to inject things into the std:: namespace without being a stdandard library implementation.
Sorry, something went wrong.
Merge pull request kokkos#259 from KeithBallard/main
d1a1a11
Removed anonymous namespace from blas3_matrix_product.hpp
No branches or pull requests
It looks like the latest commit to the single-header branch broke things. There are a bunch of errors regarding redefinitions (one example is below):
I went back to the previous commit and it worked fine (https://raw.githubusercontent.com/kokkos/mdspan/15563ed9ab955f8a2e555181a71583a9913816c2/mdspan.hpp instead of https://raw.githubusercontent.com/kokkos/mdspan/single-header/mdspan.hpp).
The text was updated successfully, but these errors were encountered: