mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 11:03:02 +08:00
17 lines
210 B
C
17 lines
210 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);
|
||
|
|
|
||
|
|
} // namespace NEO
|