Files
rocm-systems/src/misc/api_trace.c
T
mberenjk db840f024e adding all nccl apis to api_support to enable rccl tracing by rocprofv3 (#1297)
* adding all nccl apis to api_support to enable rccl tracing by rocprofv3

Co-authored-by: Marzieh Berenjkoub <mberenjk@amd.com>
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
2024-08-22 12:36:07 -05:00

10 wiersze
166 B
C

//
// This file just ensures that api_trace.h is C-compatible
//
#if defined(__cplusplus)
# error "C source file compiling as C++"
#endif
#include "api_trace.h"