Use rocprofiler-sdk for RCCL-API tracing (#126)
- Add support for RCCL API tracing through rocprofiler-sdk. - Refactored the comm_data code to use the SDK RCCL_API callbacks. - Add a runtime version check for SDK to gate callback enablement, rather than just the compile-time check. - Fixed: SAMPLING_TIMEOUT was not being handled correctly in add_test.
This commit is contained in:
@@ -1359,6 +1359,14 @@ configure_disabled_settings(const std::shared_ptr<settings>& _config)
|
||||
_config->find("ROCPROFSYS_USE_AMD_SMI")->second->set_hidden(true);
|
||||
for(const auto& itr : _config->disable_category("amd_smi"))
|
||||
_config->find(itr)->second->set_hidden(true);
|
||||
|
||||
_config->find("ROCPROFSYS_USE_RCCLP")->second->set_hidden(true);
|
||||
for(const auto& itr : _config->disable_category("rcclp"))
|
||||
_config->find(itr)->second->set_hidden(true);
|
||||
|
||||
_config->find("ROCPROFSYS_USE_ROCM")->second->set_hidden(true);
|
||||
for(const auto& itr : _config->disable_category("rocm"))
|
||||
_config->find(itr)->second->set_hidden(true);
|
||||
#endif
|
||||
|
||||
#if defined(ROCPROFSYS_USE_OMPT) || ROCPROFSYS_USE_OMPT == 0
|
||||
|
||||
مرجع در شماره جدید
Block a user