[rocprofiler-sdk] Update rocprofiler-sdk CONTRIBUTING.md (#1371)

This commit is contained in:
Jonathan R. Madsen
2025-10-20 21:46:24 -05:00
committed by GitHub
parent 32f9fa6ca5
commit 4cca398b56
23 changed files with 348 additions and 106 deletions
@@ -27,8 +27,7 @@
#include "trace_callbacks.hpp"
constexpr double WAVE_RATIO_TOLERANCE = 0.05;
constexpr size_t NUM_KERNELS = 5;
constexpr size_t NUM_KERNELS = 5;
namespace ATTTest
{
@@ -73,7 +72,7 @@ tool_init(rocprofiler_client_finalize_t /* fini_func */, void* /* tool_data */)
"code object tracing service configure");
std::vector<rocprofiler_thread_trace_parameter_t> params{};
params.push_back({ROCPROFILER_THREAD_TRACE_PARAMETER_SERIALIZE_ALL, 1});
params.push_back({ROCPROFILER_THREAD_TRACE_PARAMETER_SERIALIZE_ALL, {1}});
std::vector<rocprofiler_agent_id_t> agents{};