pub(crate) fn compute_ptx_kernel_abi_info<'a, Ty, C>( cx: &C, fn_abi: &mut FnAbi<'a, Ty>, )where Ty: TyAbiInterface<'a, C> + Copy, C: HasDataLayout,