Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

cuda-check-input-kind-assoc.cuh
// RUN: %clang_cc1 -fsyntax-only -Werror %s

// Check input kind association for cuh extension.

__attribute__((host, device)) void hd_fn() {}