We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d908c3b commit 997e9a1Copy full SHA for 997e9a1
paddle/fluid/framework/details/var_handle.h
@@ -22,7 +22,7 @@
22
namespace paddle {
23
namespace framework {
24
namespace details {
25
-struct OpHandleBase;
+class OpHandleBase;
26
27
// VarHandleBase is the var node in the dependency graph.
28
// A variable can only be generated by a single operator. i.e.
paddle/fluid/framework/parallel_executor.cc
@@ -13,9 +13,11 @@ See the License for the specific language governing permissions and
13
limitations under the License. */
14
15
#include "paddle/fluid/framework/parallel_executor.h"
16
+
17
#include <string>
18
+#include <vector>
19
-#include "ThreadPool.h"
20
+#include "paddle/fluid/framework/threadpool.h"
21
#ifdef PADDLE_WITH_CUDA
#include "paddle/fluid/platform/nccl_helper.h"
0 commit comments