compute-runtime/opencl/test/unit_test/aub_tests/aub_tests_configuration.h

16 lines
230 B
C++

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
struct AubTestsConfig {
bool testCanonicalAddress;
};
template <typename GfxFamily>
AubTestsConfig GetAubTestsConfig();