2023-10-26 23:06:55 +08:00
|
|
|
/*
|
|
|
|
* 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>
|
2024-07-24 20:03:48 +08:00
|
|
|
void appendWalkerFields(WalkerType &walkerCmd, uint32_t tileCount, uint32_t workgroupCount) {
|
2023-10-26 23:06:55 +08:00
|
|
|
}
|
|
|
|
} // namespace WalkerPartition
|