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.
2 parents 09fcf5f + 9a101cf commit 3fd9266Copy full SHA for 3fd9266
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,9 @@ 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
-#include <string>
17
18
-#include "ThreadPool.h"
+#include <string>
+#include <vector>
19
20
#ifdef PADDLE_WITH_CUDA
21
#include "paddle/fluid/platform/nccl_helper.h"
0 commit comments