to_arch_specific_id#

inline constexpr arch_id cuda::to_arch_specific_id(
compute_capability __cc
) noexcept#

Converts the compute capability to the architecture specific id.

Parameters:

__cc – The compute capability. Must have a corresponding architecture specific id.

Returns:

The architecture specific id.