compute-runtime/shared/source/aub_mem_dump/aub_data.h

14 lines
168 B
C

/*
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
struct AubGTTData {
bool present;
bool localMemory;
};