/* * Copyright (C) 2023 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include namespace NEO { using DeviceBitfield = std::bitset<4>; } // namespace NEO