mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
15 lines
352 B
C++
15 lines
352 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2025 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "shared/source/command_stream/host_function.h"
|
||
|
|
#include "shared/source/command_stream/host_function.inl"
|
||
|
|
#include "shared/source/gen12lp/hw_cmds_base.h"
|
||
|
|
|
||
|
|
using Family = NEO::Gen12LpFamily;
|
||
|
|
|
||
|
|
#include "shared/source/command_stream/host_function_enablers.inl"
|