mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
* topk_softmax * remove some file * fix atomix linear_offset * address various comment, and change sfc get_index api to static(tuple)
9 lines
297 B
C++
9 lines
297 B
C++
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "ck_tile/ops/softmax/block/block_softmax_2d.hpp"
|
|
#include "ck_tile/ops/softmax/block/block_softmax_2d_problem.hpp"
|
|
#include "ck_tile/ops/common/tensor_layout.hpp"
|