mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
Change-Id: I7d1cf3b0a0d6e16fd2df2fad1ba5e71dfe04ae23 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
18 lines
257 B
C++
18 lines
257 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "engine_node.h"
|
|
|
|
namespace NEO {
|
|
|
|
bool isCcs(aub_stream::EngineType engineType);
|
|
bool isBcs(aub_stream::EngineType engineType);
|
|
|
|
} // namespace NEO
|