kernel_utils.hpp Source File

kernel_utils.hpp Source File#

Composable Kernel: kernel_utils.hpp Source File
kernel_utils.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved.
3
4#pragma once
5
6#include "ck/ck.hpp"
7
8// Disable from doxygen docs generation
10namespace ck {
11namespace wrapper {
13
14#define __CK_WRAPPER_LAUNCH_BOUNDS__ __launch_bounds__(CK_MAX_THREAD_PER_BLOCK, CK_MIN_BLOCK_PER_CU)
15
16} // namespace wrapper
17} // namespace ck
Definition ck.hpp:268