Files
compute-runtime/runtime/os_interface/linux/drm_engine_mapper.h
Dunajski, Bartosz b0de2a11d2 Set OsContext as reference
Change-Id: I3b682fabde9c2ddb2c33a95aef77bf6ce400a21f
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
2018-11-27 15:32:14 +01:00

20 lines
271 B
C++

/*
* Copyright (C) 2017-2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "engine_node.h"
namespace OCLRT {
class DrmEngineMapper {
public:
static unsigned int engineNodeMap(EngineType engineType);
};
} // namespace OCLRT