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

Drop "fenl" example #1655

Closed
wants to merge 1 commit into from
Closed

Conversation

dalg24
Copy link
Member

@dalg24 dalg24 commented Jan 25, 2023

Commented out since #737 that is 2y 1/2 ago but presumably does not compile for much longer than that.

enum { OK = Kokkos::Impl::StaticAssert<
( VectorType::rank == 1 ) ||
std::is_same< typename VectorType::array_layout , Kokkos::LayoutRight >::value
>::value };

is what caught my eye. Kokkos::Impl::StaticAssert was removed almost 4y ago (see kokkos/kokkos#2130)

Just being pragmatic. Fix or remove. I suggest remove.

@dalg24 dalg24 added the Cleanup Code maintenance that isn't a bugfix or new feature label Jan 25, 2023
@lucbv lucbv requested review from srajama1 and lucbv January 25, 2023 16:49
@lucbv
Copy link
Contributor

lucbv commented Jan 25, 2023

@srajama1 do you know who is using/needing this? I have also wanted to remove this for a while now...

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

@lucbv
Copy link
Contributor

lucbv commented Jan 31, 2023

Superseded by PR #1657

@dalg24 dalg24 closed this Jan 31, 2023
@dalg24 dalg24 deleted the drop_fenl_example branch January 31, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup Code maintenance that isn't a bugfix or new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants