From 9bfe3116aabd01049fdbd90855cb245a30b795df Mon Sep 17 00:00:00 2001 From: chinakook Date: Mon, 26 Oct 2020 01:49:31 +0800 Subject: [PATCH] Update elemwise_binary_broadcast_op_basic.cu (#18761) This fix https://github.com/apache/incubator-mxnet/issues/18170 refer to the fix: https://github.com/apache/incubator-mxnet/pull/18357 --- src/operator/tensor/elemwise_binary_broadcast_op_basic.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu b/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu index adc1dbb12cb9..f20a014944eb 100644 --- a/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu +++ b/src/operator/tensor/elemwise_binary_broadcast_op_basic.cu @@ -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 {