提交 0598a4b3 编写于 作者: T typhoonzero

fix ci

上级 3667578e
......@@ -14,6 +14,7 @@ limitations under the License. */
#include "paddle/fluid/operators/detail/sendrecvop_utils.h"
#include <nccl.h>
#include <sys/time.h>
#include <thread> // NOLINT
......
......@@ -487,7 +487,7 @@ class Operator(object):
'rnn_memory_helper_grad', 'conditional_block', 'while', 'send',
'recv', 'listen_and_serv', 'parallel_do', 'save_combine',
'load_combine', 'ncclInit', 'channel_create', 'channel_close',
'channel_send', 'channel_recv', 'select'
'channel_send', 'channel_recv', 'select', 'gen_nccl_id'
}
if type not in no_kernel_op_set:
self.desc.infer_var_type(self.block.desc)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册