Skip to content

Commit 08e598a

Browse files
authored
Merge pull request #10299 from helinwang/fix_build_0
fix build: cuda_helper.h not found
2 parents eb6f9dd + d25fdb0 commit 08e598a

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)