Skip to content
New issue

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

extents vs _extents #299

Open
prlw1 opened this issue Jan 10, 2025 · 0 comments
Open

extents vs _extents #299

prlw1 opened this issue Jan 10, 2025 · 0 comments

Comments

@prlw1
Copy link

prlw1 commented Jan 10, 2025

When including linalg I see the following error:

In file included from /usr/src/local/stdBLAS/include/experimental/linalg:50,
                 from blas.cc:7:
/usr/src/local/stdBLAS/include/experimental/__p1673_bits/layout_blas_general.hpp: In member function 'constexpr Kokkos::Experimental::__p1673_version_0::linalg::__layout_blas_general_impl::__layout_blas_impl<BaseLayout, StaticLDA>& Kokkos::Experimental::__p1673_version_0::linalg::__layout_blas_general_impl::__layout_blas_impl<BaseLayout, StaticLDA>::operator=(const Kokkos::Experimental::__p1673_version_0::linalg::__layout_blas_general_impl::__layout_blas_impl<OtherExtents, OtherLDA>&)':
/usr/src/local/stdBLAS/include/experimental/__p1673_bits/layout_blas_general.hpp:133:11: error: 'class Kokkos::Experimental::__p1673_version_0::linalg::__layout_blas_general_impl::__layout_blas_impl<BaseLayout, StaticLDA>' has no member named '_extents'; did you mean 'extents'? [-Wtemplate-body]
  133 |     this->_extents = other.extents();
      |           ^~~~~~~~
      |           extents

Just in case, I commented out #define LINALG_ENABLE_BLAS in __p1673_bits/linalg_config.h, but no change...
(This is with HEAD mdspan and stdBLAS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant