mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
16 lines
230 B
C++
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();
|