Skip to content

Implement P2389R1 (add dims template alias)#324

Merged
crtrott merged 1 commit intokokkos:stablefrom
mhoemmen:implement-P2389R1
May 2, 2024
Merged

Implement P2389R1 (add dims template alias)#324
crtrott merged 1 commit intokokkos:stablefrom
mhoemmen:implement-P2389R1

Conversation

@mhoemmen
Copy link
Copy Markdown
Contributor

@mhoemmen mhoemmen commented Apr 8, 2024

Implement P2389R1, which will be submitted by 2024/04/12.
The proposal adds a dims template alias that looks like this.

template<size_t Rank, class IndexType = size_t>
using dims = dextents<IndexType, Rank>;

@crtrott crtrott merged commit f0ba298 into kokkos:stable May 2, 2024
@mhoemmen mhoemmen deleted the implement-P2389R1 branch May 2, 2024 22:44
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