1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**
* Copyright (C) Mellanox Technologies Ltd. 2017. ALL RIGHTS RESERVED.
* See file LICENSE for terms.
*/
extern uct_component_t uct_cuda_copy_component;
/**
* @brief cuda_copy MD descriptor
*/
typedef struct uct_cuda_copy_md uct_cuda_copy_md_t;
/**
* gdr copy domain configuration.
*/
typedef struct uct_cuda_copy_md_config uct_cuda_copy_md_config_t;