Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHI decouple] move dropout_impl and cuda_graph_with_memory_pool from fluid to phi #49139

Merged
merged 12 commits into from
Dec 20, 2022
Prev Previous commit
Next Next commit
fix stl include
  • Loading branch information
huangjiyi committed Dec 18, 2022
commit 152d7d8ec023b079a50699df5de4ee52b51f4136
1 change: 1 addition & 0 deletions paddle/phi/backends/gpu/cuda/cuda_graph_with_memory_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#pragma once

#include <cstddef>
#include <utility>

#ifdef PADDLE_WITH_CUDA
Expand Down