compute-runtime/unit_tests/command_stream/thread_arbitration_policy_h...

11 lines
197 B
C++

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <stdint.h>
namespace NEO {
uint32_t getNewKernelArbitrationPolicy(uint32_t policy);
} // namespace NEO