mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
20 lines
279 B
C++
20 lines
279 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "engine_node.h"
|
|
|
|
namespace NEO {
|
|
|
|
class DrmEngineMapper {
|
|
public:
|
|
static unsigned int engineNodeMap(aub_stream::EngineType engineType);
|
|
};
|
|
|
|
} // namespace NEO
|