/* * Copyright (C) 2018-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #include namespace NEO { class CommandStreamReceiver; class ExecutionEnvironment; extern CommandStreamReceiver *createCommandStream(ExecutionEnvironment &executionEnvironment, uint32_t rootDeviceIndex); extern bool getDevices(size_t &numDevicesReturned, ExecutionEnvironment &executionEnvironment); } // namespace NEO