Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update elemwise_binary_broadcast_op_basic.cu (#18761)
Browse files Browse the repository at this point in the history
This fix #18170
refer to the fix: #18357
  • Loading branch information
chinakook committed Oct 25, 2020
1 parent 3dda8e9 commit 9bfe311
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 9bfe311

Please sign in to comment.