compute-runtime/shared/test/common/gen11/test_traits_gen11.h

25 lines
913 B
C++

/*
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/test/common/helpers/test_traits.h"
template <>
struct TestTraits<IGFX_GEN11_CORE> {
static constexpr bool auxBuiltinsSupported = false;
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
static constexpr bool iohInSbaSupported = true;
static constexpr bool auxTranslationSupported = false;
static constexpr bool isUsingNonDefaultIoctls = false;
static constexpr bool deviceEnqueueSupport = false;
static constexpr bool implementsPreambleThreadArbitration = true;
static constexpr bool forceGpuNonCoherent = false;
static constexpr bool imagesSupported = true;
static constexpr bool programComputeModeCommandProgramsThreadArbitrationPolicy = true;
static constexpr bool programComputeModeCommandProgramsNonCoherent = true;
};