/* * Copyright (C) 2018-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #include namespace NEO { class GraphicsAllocation; using ResidencyContainer = std::vector; using AllocationView = std::pair; } // namespace NEO