diff --git a/CHANGELOG.md b/CHANGELOG.md index eceff9a6..bd5564ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). #### Added - Added support for H100 traces. - (Experimental) Support to read PyTorch Execution Trace and correlate it with PyTorch Profiler Trace. +- (Experimental) Update suport for Execution Trace with old and new schema #### Changed diff --git a/tests/test_execution_trace.py b/tests/test_execution_trace.py index 88285988..a3a4a5e7 100644 --- a/tests/test_execution_trace.py +++ b/tests/test_execution_trace.py @@ -10,7 +10,7 @@ from hta.trace_analysis import TraceAnalysis -class TraceAnalysisTestCase(unittest.TestCase): +class ExecutionTraceTestCase(unittest.TestCase): def setUp(self): self.execution_trace_dir: str = "tests/data/execution_trace/" self.analyzer_t = TraceAnalysis(trace_dir=self.execution_trace_dir) diff --git a/third_party/param b/third_party/param index 04685507..91eb8ce5 160000 --- a/third_party/param +++ b/third_party/param @@ -1 +1 @@ -Subproject commit 0468550758daa5afb4064a22b9c8c51fd17ca45f +Subproject commit 91eb8ce5692bb7f9b87cc55f94f97a2c772b8efc