Merge commit '2ec57a8e704f55b545877f6e4f545ebda4a21833' into develop

This commit is contained in:
assistant-librarian[bot]
2025-11-03 17:12:19 +00:00
parent bc26a7282b
commit 8a049e4de5
13 changed files with 220 additions and 238 deletions

View File

@@ -0,0 +1,21 @@
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
#pragma once
namespace ck_tile {
enum struct GemmPipeline
{
COMPUTE_ASYNC,
COMPUTE_V3,
COMPUTE_V4,
COMPUTE_V5,
COMPUTE_V6,
MEMORY,
BASIC_V1,
BASIC_V2,
PRESHUFFLE_V2
};
} // namespace ck_tile