DEBSOURCES
Skip Quicknav
sources / intel-compute-runtime-legacy / 24.35.30872.40-1 / shared / source / aub_mem_dump / aub_data.h
12345678910111213
/* * Copyright (C) 2018-2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once struct AubGTTData { bool present; bool localMemory; };