Skip to content

Commit

Permalink
fix windows cuda11.7 bug (#44601)
Browse files Browse the repository at this point in the history
  • Loading branch information
betterpig committed Jul 26, 2022
1 parent 50de8a4 commit e3ee510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paddle/fluid/operators/filter_by_instag_op.cu
Expand Up @@ -14,6 +14,8 @@

// #if defined(PADDLE_WITH_CUDA) && CUDA_VERSION >= 11000

#include "paddle/fluid/operators/filter_by_instag_op.h"

#if defined(PADDLE_WITH_CUDA)
#include <cooperative_groups.h>
#endif
Expand All @@ -31,7 +33,6 @@
#include "paddle/fluid/framework/mixed_vector.h"
#include "paddle/fluid/framework/op_registry.h"
#include "paddle/fluid/memory/memcpy.h"
#include "paddle/fluid/operators/filter_by_instag_op.h"
#include "paddle/fluid/platform/device/gpu/gpu_info.h"
#include "paddle/fluid/platform/enforce.h"

Expand Down

0 comments on commit e3ee510

Please sign in to comment.