Skip to content

Commit 31cd200

Browse files
yihuaxuzzhang37
authored andcommitted
UCT/GAUDI: Remove unused reg_mem type (openucx#11017)
*UCT/GAUDI: Remove unused reg_mem type
1 parent c2f2820 commit 31cd200

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/uct/gaudi/gaudi_gdr/gaudi_gdr_md.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ static ucs_config_field_t uct_gaudi_md_config_table[] = {
3232
static ucs_status_t uct_gaudi_md_query(uct_md_h md, uct_md_attr_v2_t *attr)
3333
{
3434
uct_md_base_md_query(attr);
35-
attr->reg_mem_types = UCS_BIT(UCS_MEMORY_TYPE_HOST) |
36-
UCS_BIT(UCS_MEMORY_TYPE_GAUDI);
3735
attr->detect_mem_types = UCS_BIT(UCS_MEMORY_TYPE_GAUDI);
3836
attr->dmabuf_mem_types = UCS_BIT(UCS_MEMORY_TYPE_GAUDI);
3937
return UCS_OK;

0 commit comments

Comments
 (0)