We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0467037 commit bbcc1d8Copy full SHA for bbcc1d8
src/uct/cuda/base/cuda_iface.c
@@ -190,8 +190,9 @@ static void uct_cuda_base_stream_flushed_cb(uct_completion_t *self)
190
ucs_status_t
191
uct_cuda_base_ep_flush(uct_ep_h tl_ep, unsigned flags, uct_completion_t *comp)
192
{
193
- uct_base_ep_t *ep = ucs_derived_of(tl_ep, uct_base_ep_t);
194
- uct_cuda_iface_t *iface = ucs_derived_of(tl_ep->iface, uct_cuda_iface_t);
+ uct_base_ep_t UCS_V_UNUSED *ep = ucs_derived_of(tl_ep, uct_base_ep_t);
+ uct_cuda_iface_t *iface = ucs_derived_of(tl_ep->iface,
195
+ uct_cuda_iface_t);
196
uct_cuda_flush_desc_t *flush_desc;
197
uct_cuda_flush_stream_desc_t *flush_stream_desc;
198
uct_cuda_queue_desc_t *q_desc;
0 commit comments