rocprofiler-sdk/ompt.h Source File#
|
ROCprofiler-SDK developer API 1.0.0
ROCm Profiling API and tools
|
ompt.h
34 * Functions for enabling OMPT support in tools which provide their own ompt_start_tool symbol but
43 * @brief (experimental) Query whether rocprofiler-sdk OMPT implementation has been initialized by
46 * @param [out] status Set to 0 if rocprofiler OMPT has not been initialized. Otherwise, set to 1.
55 * @brief (experimental) Query whether rocprofiler-sdk OMPT implementation has invoked ompt_finalize
67 * @brief (experimental) If a tool which contains a "ompt_start_tool" function which is invoked by
68 * the OpenMP runtime but the tool wishes to defer to rocprofiler-sdk to be the OMPT tool, it should
77rocprofiler_ompt_start_tool(unsigned int omp_version, const char* runtime_version) ROCPROFILER_API;
rocprofiler_status_t rocprofiler_ompt_is_finalized(int *status)
(experimental) Query whether rocprofiler-sdk OMPT implementation has invoked ompt_finalize function.
ompt_start_tool_result_t * rocprofiler_ompt_start_tool(unsigned int omp_version, const char *runtime_version)
(experimental) If a tool which contains a "ompt_start_tool" function which is invoked by the OpenMP r...
rocprofiler_status_t rocprofiler_ompt_is_initialized(int *status)
(experimental) Query whether rocprofiler-sdk OMPT implementation has been initialized by OpenMP runti...
Generated by