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:
gecommit door
GitHub
bovenliggende
f3752faa0a
commit
7fcd80f744
@@ -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");
|
||||
|
||||
Verwijs in nieuw issue
Block a user