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

Sparse - Gauss Seidel: moving GS out of experimental namespace #2494

Merged
merged 4 commits into from
Feb 6, 2025

Conversation

lucbv
Copy link
Contributor

@lucbv lucbv commented Feb 5, 2025

No description provided.

Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
@lucbv lucbv self-assigned this Feb 5, 2025
lucbv added 2 commits February 5, 2025 16:22
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
@lucbv lucbv requested a review from brian-kelley February 6, 2025 00:06
@lucbv lucbv added the Cleanup Code maintenance that isn't a bugfix or new feature label Feb 6, 2025
Copy link
Contributor

@brian-kelley brian-kelley left a comment

Choose a reason for hiding this comment

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

Looks good. There is one line namespace KSExp = ... in the block GS test that can be cleaned up now

@@ -97,29 +97,29 @@ int run_block_gauss_seidel_1(
const int apply_count = 100;

if (!skip_symbolic) {
KSExp::block_gauss_seidel_symbolic(&kh, num_rows_1, num_cols_1, block_size, input_mat.graph.row_map,
input_mat.graph.entries, is_symmetric_graph);
KokkosSparse::block_gauss_seidel_symbolic(&kh, num_rows_1, num_cols_1, block_size, input_mat.graph.row_map,
Copy link
Contributor

Choose a reason for hiding this comment

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

Could now get rid of KSExp namespace alias since it's not used anywhere else.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh right that makes sense, will go clean that up as well

Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
@lucbv lucbv merged commit 910b23b into kokkos:develop Feb 6, 2025
18 checks passed
@lucbv lucbv deleted the gs_deprecate_experimental branch February 6, 2025 20:11
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.

2 participants