| 125 | } |
| 126 | |
| 127 | inline void InitEnv(phi::Place place) { |
| 128 | // Prepare Device Contexts |
| 129 | // Init DeviceContextPool |
| 130 | paddle::framework::InitDevices(); |
| 131 | |
| 132 | // Init Tracer Place |
| 133 | egr::Controller::Instance().SetExpectedPlace(place); |
| 134 | } |
| 135 | |
| 136 | } // namespace eager_test |
no test coverage detected