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

Use mdspan-0.3.0 tag #236

Merged
merged 7 commits into from
Jun 20, 2022
Merged

Use mdspan-0.3.0 tag #236

merged 7 commits into from
Jun 20, 2022

Conversation

mhoemmen
Copy link
Contributor

@mhoemmen mhoemmen commented Jun 17, 2022

mdspan will soon experience a backwards compatibility - breaking change.
Please see info here: kokkos/mdspan#136
This commit temporarily changes stdBLAS to use the indicated pre-change mdspan tag for github-based tests,
and to fetch that tag (rather than the stable tag) when CMake needs to fetch and build mdspan.

mdspan will soon experience a backwards compatibility - breaking change.
Please see info here: kokkos/mdspan#136
This commit temporarily changes stdBLAS to use the indicated pre-change mdspan tag for github-based tests.
Previous build used CMake 3.13.
I imitated the current kokkos/mdspan build.
GCC < 10 implements parallel execution policies using TBB.
Building GCC with TBB is optional.  If GCC wasn't built with TBB,
then including <execution> fails, because it unconditionally
includes a TBB header file.  This commit words around that,
for the examples in stdBLAS.
This will help us get the PR test workflow running again
so that we can change to use the mdspan-0.3.0 tag.
This will help us get the PR test workflow running again
so that we can change to use the mdspan-0.3.0 tag.
Copy link
Member

@crtrott crtrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need parenthesis?

examples/02_matrix_vector_product_basic.cpp Outdated Show resolved Hide resolved
examples/01_scale.cpp Outdated Show resolved Hide resolved
@mhoemmen mhoemmen merged commit 5c9c09f into main Jun 20, 2022
@mhoemmen mhoemmen deleted the use-mdspan-0.3.0-tag branch June 20, 2022 00:13
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

Successfully merging this pull request may close these issues.

2 participants