"src/vscode:/vscode.git/clone" did not exist on "fccf044a9b58f175f42287bcc4a207e46758b562"
kernel_utils.hpp 321 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: MIT
// Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved.

#pragma once

#include "ck/ck.hpp"

namespace ck {
namespace wrapper {

#define __CK_WRAPPER_LAUNCH_BOUNDS__ __launch_bounds__(CK_MAX_THREAD_PER_BLOCK, CK_MIN_BLOCK_PER_CU)

} // namespace wrapper
} // namespace ck