include/hip/hip_profile.h Source File

include/hip/hip_profile.h Source File#

HIP Runtime API Reference: include/hip/hip_profile.h Source File
hip_profile.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7#ifndef HIP_INCLUDE_HIP_HIP_PROFILE_H
8#define HIP_INCLUDE_HIP_HIP_PROFILE_H
9
10#define HIP_SCOPED_MARKER(markerName, group)
11#define HIP_BEGIN_MARKER(markerName, group)
12#define HIP_END_MARKER()
13
14#endif