compute-runtime/runtime/os_interface/linux/drm_engine_mapper.h

20 lines
271 B
C
Raw Normal View History

/*
* 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