Skip to content

no_kernel_op_set in framework need to do a code clean up #10860

@dzhwinter

Description

@dzhwinter

Currently, our python framework contains the op without kernel set, it should be a c++ method and exported to python.

no_kernel_op_set = {

        no_kernel_op_set = {
            'feed', 'fetch', 'save', 'load', 'recurrent', 'go',
            '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', 'gen_nccl_id'
        }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions