/* * Copyright (C) 2024 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/command_container/walker_partition_xehp_and_later.h" namespace WalkerPartition { template void appendWalkerFields(WalkerType &walkerCmd, uint32_t tileCount) { } } // namespace WalkerPartition