Skip to content

Commit d25fdb0

Browse files
committed
fix build: cuda_helper.h not found
1 parent eb6f9dd commit d25fdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/bilinear_interp_op.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
limitations under the License. */
1111

1212
#include "paddle/fluid/operators/bilinear_interp_op.h"
13-
#include "paddle/fluid/platform/cuda_helper.h"
13+
#include "paddle/fluid/platform/cuda_primitives.h"
1414

1515
namespace paddle {
1616
namespace operators {

0 commit comments

Comments
 (0)