db840f024e
* 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>
10 wiersze
166 B
C
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"
|