Files
rocm-systems/projects/rccl/ext-profiler/example/plugin.h
T

Ignorování revizí v .git-blame-ignorerevs. Klikněte zde pro obejití a zobrazení normálního pohledu blame.

15 řádky
481 B
C
Surový Normální zobrazení Historie

2025-04-09 09:02:40 -07:00
/*************************************************************************
* Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
#ifndef PLUGIN_H_
#define PLUGIN_H_
2025-09-02 13:21:14 -07:00
__attribute__((visibility("default"))) int exampleProfilerStart(int eActivationMask, const char* name);
__attribute__((visibility("default"))) int exampleProfilerStop(void);
2025-04-09 09:02:40 -07:00
#endif