Files
compute-runtime/shared/source/os_interface/windows/wddm_engine_mapper.h
Mateusz Jablonski bb308c04ed Refactor aubstream include interface
set include path to third_party/aub_stream
rename third_party/aub_stream/headers -> third_party/aub_stream/aubstream

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2022-11-23 10:30:13 +01:00

22 lines
340 B
C++

/*
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/gmm_helper/gmm_lib.h"
#include "aubstream/engine_node.h"
namespace NEO {
class WddmEngineMapper {
public:
static GPUNODE_ORDINAL engineNodeMap(aub_stream::EngineType engineType);
};
} // namespace NEO