Skip to content

Commit e7f8207

Browse files
committed
small fix
1 parent 88fa9c2 commit e7f8207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class Operator(object):
382382
'rnn_memory_helper_grad', 'conditional_block', 'while', 'send', 'recv',
383383
'listen_and_serv', 'parallel_do', 'save_combine', 'load_combine',
384384
'ncclInit', 'channel_create', 'channel_close', 'channel_send',
385-
'channel_recv', 'select'
385+
'channel_recv', 'select', 'gen_nccl_id'
386386
}
387387

388388
def __init__(self,

0 commit comments

Comments
 (0)