Skip to content

Prefer stride(i) instead of stride_i()#827

Merged
tpadioleau merged 1 commit intomainfrom
826-sanitize-extent-and-stride-usage-of-kokkosview
Apr 16, 2025
Merged

Prefer stride(i) instead of stride_i()#827
tpadioleau merged 1 commit intomainfrom
826-sanitize-extent-and-stride-usage-of-kokkosview

Conversation

@tpadioleau
Copy link
Copy Markdown
Member

@tpadioleau tpadioleau commented Apr 16, 2025

I made a quick review, I think we don't have dangerous calls to stride(i). We don't have functions that allow multiple ranks.

@tpadioleau tpadioleau linked an issue Apr 16, 2025 that may be closed by this pull request
@tpadioleau tpadioleau self-assigned this Apr 16, 2025
@tpadioleau tpadioleau requested a review from yasahi-hpc April 16, 2025 15:45
Copy link
Copy Markdown
Member

@yasahi-hpc yasahi-hpc left a comment

Choose a reason for hiding this comment

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

LGTM.
Regarding internal Gbtrs, do you have a plan to suppress this in the future? All the serial solvers are available after KK 4.7.

@tpadioleau
Copy link
Copy Markdown
Member Author

LGTM. Regarding internal Gbtrs, do you have a plan to suppress this in the future? All the serial solvers are available after KK 4.7.

I think last time we agreed on waiting the release that will have all these solvers. So if 4.7 has them all, that is fine to me.

@yasahi-hpc
Copy link
Copy Markdown
Member

Sounds good

@tpadioleau tpadioleau merged commit abaa20c into main Apr 16, 2025
65 checks passed
@tpadioleau tpadioleau deleted the 826-sanitize-extent-and-stride-usage-of-kokkosview branch April 16, 2025 18:14
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.

Sanitize extent and stride usage of Kokkos::View

2 participants