Skip to content

Conversation

@dzhwinter
Copy link
Contributor

fix #6191


#define REGISTER_OP_GPU_KERNEL(op_type, ...) \
REGISTER_OP_KERNEL(op_type, GPU, ::paddle::platform::GPUPlace, __VA_ARGS__)
#define MIN_PRIORITY 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Do we need to explain the priorities mean? and
  2. When I use REGISTER_OP_KERNEL, what priority should I use?
@dzhwinter dzhwinter closed this Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants