cuda::experimental::places::dim_policy#

enum class cuda::experimental::places::dim_policy#

Available policies for a tensor dimension in a structured partition.

Describes how one tensor dimension maps onto the grid: not at all (whole), or distributed over one grid axis with a named policy.

Values:

enumerator whole#

dimension is not distributed

enumerator blocked#

contiguous chunks of ceil(extent / places)

enumerator cyclic#

round-robin elements

enumerator block_cyclic#

round-robin blocks of a given size