mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-05 22:22:27 +00:00
This commit is contained in:
15
include/ck_tile/ops/common/streamk_common.hpp
Normal file
15
include/ck_tile/ops/common/streamk_common.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "ck_tile/core.hpp"
|
||||
|
||||
namespace ck_tile {
|
||||
enum StreamKReductionStrategy : uint32_t
|
||||
{
|
||||
Atomic = 0u,
|
||||
Linear = 1u,
|
||||
Tree = 2u
|
||||
};
|
||||
} // namespace ck_tile
|
||||
Reference in New Issue
Block a user