mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-25 07:14:37 +00:00
13 lines
253 B
C++
13 lines
253 B
C++
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2018-2022, Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
#pragma once
|
|
|
|
namespace ck {
|
|
namespace profiler {
|
|
|
|
int profile_convnd_fwd(int argc, char* argv[]);
|
|
|
|
} // namespace profiler
|
|
} // namespace ck
|