mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
if attempt to set invalid ThreadArbitrationPolicy Change-Id: I8208f9b6761c4dafb6ef4cbde550314778ab505e Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
11 lines
197 B
C++
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
|