15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
![]() |
/*
|
||
|
* Copyright (C) 2024 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/command_container/walker_partition_xehp_and_later.h"
|
||
|
|
||
|
namespace WalkerPartition {
|
||
|
template <typename GfxFamily, typename WalkerType>
|
||
|
void appendWalkerFields(WalkerType &walkerCmd, uint32_t tileCount) {
|
||
|
}
|
||
|
} // namespace WalkerPartition
|