kokkos / kokkos-core-wiki

1 stars 44 forks source link

List backend-specific `IndexType` for `ExecutionPolicy` #552

Closed JBludau closed 1 month ago

JBludau commented 1 month ago

In a discussion on slack it came up, that the IndexType of ExecutionPolicy does not always default to int64_t as stated in the documentation.

From looking at the implementation it defaults to the size_type of the MemorySpace that is associated with the ExecutionSpace given to the ExecutionPolicy. Therefore, this PR adds a table with the backend-specific size_type to the MemorySpace page and adds a link to it in the common arguments page of the ExecutionPolicy page.

JBludau commented 4 days ago

Looks good! All done? Do the links work?

yeah, all done