LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
HolisticTraceAnalysis.egg-info/PKG-INFO
HolisticTraceAnalysis.egg-info/SOURCES.txt
HolisticTraceAnalysis.egg-info/dependency_links.txt
HolisticTraceAnalysis.egg-info/requires.txt
HolisticTraceAnalysis.egg-info/top_level.txt
docs/conf.py
hta/__init__.py
hta/memory_analysis.py
hta/trace_analysis.py
hta/trace_diff.py
hta/version.py
hta/analyzers/__init__.py
hta/analyzers/breakdown_analysis.py
hta/analyzers/communication_analysis.py
hta/analyzers/critical_path_analysis.py
hta/analyzers/cuda_kernel_analysis.py
hta/analyzers/cupti_counter_analysis.py
hta/analyzers/straggler.py
hta/analyzers/straggler_analysis.py
hta/analyzers/timeline.py
hta/analyzers/trace_counters.py
hta/common/__init__.py
hta/common/call_stack.py
hta/common/constants.py
hta/common/execution_trace.py
hta/common/timeline.py
hta/common/trace.py
hta/common/trace_call_graph.py
hta/common/trace_call_stack.py
hta/common/trace_df.py
hta/common/trace_file.py
hta/common/trace_filter.py
hta/common/trace_parser.py
hta/common/trace_stack_filter.py
hta/common/trace_symbol_table.py
hta/common/types.py
hta/configs/__init__.py
hta/configs/config.py
hta/configs/default_event_args.py
hta/configs/default_values.py
hta/configs/env_options.py
hta/configs/event_args_yaml_parser.py
hta/configs/logging.config
hta/configs/parser_config.py
hta/configs/trace_analyzer.json
hta/utils/__init__.py
hta/utils/checker.py
hta/utils/test_utils.py
hta/utils/utils.py
hta/utils/validate_trace.py
tests/test_call_stack.py
tests/test_config.py
tests/test_correlation.py
tests/test_critical_path_analysis.py
tests/test_cupti_profiler.py
tests/test_custom_trace_parser.py
tests/test_memory_analysis.py
tests/test_parser_config.py
tests/test_symbol_table.py
tests/test_test_utils.py
tests/test_timeline.py
tests/test_trace_analysis.py
tests/test_trace_call_graph.py
tests/test_trace_call_stack.py
tests/test_trace_df.py
tests/test_trace_diff.py
tests/test_trace_file.py
tests/test_trace_filter.py
tests/test_trace_parse.py
tests/test_trace_utils.py
third_party/param/et_replay/__init__.py
third_party/param/et_replay/et_replay_utils.py
third_party/param/et_replay/execution_trace.py
third_party/param/et_replay/utils.py
third_party/param/et_replay/comm/commsTraceParser.py
third_party/param/et_replay/comm/comms_utils.py
third_party/param/et_replay/comm/param_profile.py
third_party/param/et_replay/comm/pytorch_backend_utils.py
third_party/param/et_replay/comm/pytorch_dist_backend.py
third_party/param/et_replay/comm/pytorch_tpu_backend.py
third_party/param/et_replay/tests/test_execution_trace.py
third_party/param/et_replay/tests/inputs/__init__.py
third_party/param/et_replay/tools/comm_replay.py
third_party/param/et_replay/tools/et_replay.py
third_party/param/et_replay/tools/validate_trace.py
third_party/param/inference/compute/pt/pytorch_linear.py
third_party/param/train/comms/pt/comms.py
third_party/param/train/comms/pt/commsTraceParser.py
third_party/param/train/comms/pt/commsTraceReplay.py
third_party/param/train/comms/pt/comms_utils.py
third_party/param/train/comms/pt/dlrm.py
third_party/param/train/comms/pt/dlrm_data.py
third_party/param/train/comms/pt/logger_utils.py
third_party/param/train/comms/pt/param_profile.py
third_party/param/train/comms/pt/pytorch_backend_utils.py
third_party/param/train/comms/pt/pytorch_dist_backend.py
third_party/param/train/comms/pt/pytorch_tpu_backend.py
third_party/param/train/comms/pt/setup.py
third_party/param/train/comms/pt/tests/commsTraceReplay_tests.py
third_party/param/train/comms/pt/tests/comms_utils_tests.py
third_party/param/train/comms/pt/tests/test_utils.py
third_party/param/train/comms/pt/tests/mocks/backend_mock.py
third_party/param/train/compute/pt/dataset.py
third_party/param/train/compute/pt/driver.py
third_party/param/train/compute/pt/pytorch_cutlass.py
third_party/param/train/compute/pt/pytorch_cvt_convs.py
third_party/param/train/compute/pt/pytorch_emb.py
third_party/param/train/compute/pt/pytorch_gemm.py
third_party/param/train/compute/pt/pytorch_linear.py
third_party/param/train/compute/python/__init__.py
third_party/param/train/compute/python/setup.py
third_party/param/train/compute/python/examples/__init__.py
third_party/param/train/compute/python/examples/pytorch/__init__.py
third_party/param/train/compute/python/examples/pytorch/run_op.py
third_party/param/train/compute/python/examples/pytorch/run_op_split_table_batched_embeddings.py
third_party/param/train/compute/python/lib/__init__.py
third_party/param/train/compute/python/lib/config.py
third_party/param/train/compute/python/lib/data.py
third_party/param/train/compute/python/lib/generator.py
third_party/param/train/compute/python/lib/init_helper.py
third_party/param/train/compute/python/lib/iterator.py
third_party/param/train/compute/python/lib/operator.py
third_party/param/train/compute/python/lib/pytorch/__init__.py
third_party/param/train/compute/python/lib/pytorch/benchmark.py
third_party/param/train/compute/python/lib/pytorch/benchmark_helper.py
third_party/param/train/compute/python/lib/pytorch/build_executor.py
third_party/param/train/compute/python/lib/pytorch/config_util.py
third_party/param/train/compute/python/lib/pytorch/cuda_util.py
third_party/param/train/compute/python/lib/pytorch/data_impl.py
third_party/param/train/compute/python/lib/pytorch/op_executor.py
third_party/param/train/compute/python/lib/pytorch/operator_impl.py
third_party/param/train/compute/python/lib/pytorch/timer.py
third_party/param/train/compute/python/pytorch/__init__.py
third_party/param/train/compute/python/pytorch/run_batch.py
third_party/param/train/compute/python/pytorch/run_benchmark.py
third_party/param/train/compute/python/test/__init__.py
third_party/param/train/compute/python/test/test_benchmark_load.py
third_party/param/train/compute/python/test/test_generator.py
third_party/param/train/compute/python/test/test_register.py
third_party/param/train/compute/python/test/test_split_table_batched_embeddings_ops.py
third_party/param/train/compute/python/test/pytorch/__init__.py
third_party/param/train/compute/python/tools/__init__.py
third_party/param/train/compute/python/tools/nsys_analysis.py
third_party/param/train/compute/python/workloads/__init__.py
third_party/param/train/compute/python/workloads/pytorch/__init__.py
third_party/param/train/compute/python/workloads/pytorch/alex_net.py
third_party/param/train/compute/python/workloads/pytorch/native_basic_ops.py
third_party/param/train/compute/python/workloads/pytorch/resnet.py
third_party/param/train/compute/python/workloads/pytorch/split_table_batched_embeddings_ops.py