Fix async memory copy validation tests (#182)

* Fix async copy validation test

- make the async copy tracing test work regardless of however many HSA memory copies the HIP memory copy decomposes into

* Fix rocprofv3 memory copy tests

* Fix compilation support for hipGraphBatchMemOpNodeGetParams

* Fix rocprofv3-test-summary-*-validate

---------

Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
This commit is contained in:
Madsen, Jonathan
2025-02-04 02:41:19 -06:00
gecommit door GitHub
bovenliggende f3752faa0a
commit 7fcd80f744
5 gewijzigde bestanden met toevoegingen van 49 en 23 verwijderingen
@@ -187,9 +187,6 @@ struct formatter<hipGraphNodeType> : rocprofiler::hip::details::base_formatter
ROCP_SDK_HIP_FORMAT_CASE_STMT(hipGraphNodeType, MemcpyToSymbol);
ROCP_SDK_HIP_FORMAT_CASE_STMT(hipGraphNodeType, Empty);
ROCP_SDK_HIP_FORMAT_CASE_STMT(hipGraphNodeType, Count);
#if HIP_VERSION >= 60400000
ROCP_SDK_HIP_FORMAT_CASE_STMT(hipGraphNodeType, BatchMemOp);
#endif
ROCP_SDK_HIP_FORMAT_DFLT_CASE(hipGraphNodeType);
}
return fmt::format_to(ctx.out(), "Unknown");