Files
compute-runtime/shared/source/command_stream/definitions/stream_properties.h
Filip Hazubski 77b39ea3df Introduce StreamProperties
Split programVfeState function.

Related-To: NEO-4940, NEO-4574


Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2021-04-15 16:00:44 +02:00

19 lines
256 B
C++

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
struct StreamProperties {
bool setCooperativeKernelProperties(bool isCooperative) {
return false;
}
};
} // namespace NEO