mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 19:40:04 +00:00
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
#include "@INSTANCES@.inc"
|
|
|
|
namespace ck::tensor_operation::device::instance {
|
|
template void add_@INSTANCES@_shard<@NUM_SHARDS@, @SHARD_ID@>(
|
|
@INSTANCES@& instances);
|
|
} // namespace ck::tensor_operation::device::instance
|