Move intraop_launch_future from Parallel.h (#64166)

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/64166

Test Plan: Imported from OSS

Reviewed By: gchanan

Differential Revision: D30728585

Pulled By: dagitses

fbshipit-source-id: 75a41418ae9218bec9bac27597051295222b6eee
This commit is contained in:
Peter Bell
2021-10-08 09:04:21 -07:00
committed by Facebook GitHub Bot
parent 2d885ab73d
commit 0cad2c0615
10 changed files with 24 additions and 5 deletions

View File

@ -3,6 +3,7 @@
#include "c10/util/Flags.h"
#include "caffe2/core/init.h"
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <iostream>