Skip to content

Commit

Permalink
Update elemwise_binary_broadcast_op_basic.cu
Browse files Browse the repository at this point in the history
This fix apache#18170
refer to the fix: apache#18357
  • Loading branch information
chinakook authored Jul 20, 2020
1 parent 146b49e commit 2f0e0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/tensor/elemwise_binary_broadcast_op_basic.cu
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* \brief GPU Implementation of basic functions for elementwise binary broadcast operator.
*/
#include "./elemwise_unary_op.h"
#include "./elemwise_binary_op.h"
#include "./elemwise_binary_op-inl.h"
#include "./elemwise_binary_broadcast_op.h"

namespace mxnet {
Expand Down

0 comments on commit 2f0e0e8

Please sign in to comment.