Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Zheng committed Nov 30, 2023
1 parent 4190a61 commit b27c431
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion paddle/phi/kernels/gpudnn/pool_grad_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ limitations under the License. */
#include "paddle/phi/kernels/gpudnn/conv_cudnn_frontend.h"
#endif

PHI_DECLARE_bool(cudnn_deterministic);
PHI_DECLARE_bool(cudnn_exhaustive_search);

namespace phi {
Expand Down
1 change: 0 additions & 1 deletion paddle/phi/kernels/gpudnn/pool_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ limitations under the License. */
#include "paddle/phi/kernels/gpudnn/conv_cudnn_frontend.h"
#endif

PHI_DECLARE_bool(cudnn_deterministic);
PHI_DECLARE_bool(cudnn_exhaustive_search);

namespace phi {
Expand Down

0 comments on commit b27c431

Please sign in to comment.