Files
compute-runtime/shared/source/helpers/heap_assigner_config.h

13 lines
200 B
C
Raw Normal View History

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
struct HeapAssignerConfig {
static bool getConfiguration();
};
} // namespace NEO