File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -61,24 +61,26 @@ UCC_CLASS_CLEANUP_FUNC(ucc_cl_basic_context_t)
61
61
ucc_free (self -> super .tl_ctxs );
62
62
}
63
63
64
- ucc_status_t ucc_cl_basic_mem_map (const ucc_base_context_t * context , int type , /* NOLINT */
64
+ /* NOLINTBEGIN */
65
+ ucc_status_t ucc_cl_basic_mem_map (const ucc_base_context_t * context , int type ,
65
66
void * address , size_t len , void * memh ,
66
67
void * tl_h )
67
68
{
68
69
return UCC_ERR_NOT_SUPPORTED ;
69
70
}
70
71
71
- ucc_status_t ucc_cl_basic_mem_unmap (const ucc_base_context_t * context , int type , /* NOLINT */
72
+ ucc_status_t ucc_cl_basic_mem_unmap (const ucc_base_context_t * context , int type ,
72
73
void * tl_h )
73
74
{
74
75
return UCC_ERR_NOT_SUPPORTED ;
75
76
}
76
77
77
- ucc_status_t ucc_cl_basic_memh_pack (const ucc_base_context_t * context , /* NOLINT */
78
+ ucc_status_t ucc_cl_basic_memh_pack (const ucc_base_context_t * context ,
78
79
void * memh , void * * packed_buffer )
79
80
{
80
81
return UCC_ERR_NOT_SUPPORTED ;
81
82
}
83
+ /* NOLINTEND */
82
84
83
85
UCC_CLASS_DEFINE (ucc_cl_basic_context_t , ucc_cl_context_t );
84
86
You can’t perform that action at this time.
0 commit comments