Merge pull request #10299 from helinwang/fix_build_0

fix build: cuda_helper.h not found
trainerSaveLoadParams
Helin Wang 7 years ago committed by GitHub
commit 08e598a88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
limitations under the License. */
#include "paddle/fluid/operators/bilinear_interp_op.h"
#include "paddle/fluid/platform/cuda_helper.h"
#include "paddle/fluid/platform/cuda_primitives.h"
namespace paddle {
namespace operators {

Loading…
Cancel
Save