1 file changed
+1
-1
lines changed- README.md+18-5
- libkineto/CMakeLists.txt+1-1
- libkineto/include/GenericTraceActivity.h+29-10
- libkineto/include/ITraceActivity.h+5
- libkineto/sample_programs/README.md+10
- libkineto/sample_programs/build-cu.sh+8
- libkineto/sample_programs/build.sh+22
- libkineto/sample_programs/kineto_cupti_profiler.cpp+7-3
- libkineto/sample_programs/kineto_playground.cpp+6-4
- libkineto/src/ActivityProfilerController.cpp+2
- libkineto/src/CudaUtil.cpp+3
- libkineto/src/CuptiActivity.cpp+8-3
- libkineto/src/CuptiActivity.h+6-2
- libkineto/src/CuptiActivityApi.cpp+2-2
- libkineto/src/CuptiActivityApi.h+3-1
- libkineto/src/CuptiActivityProfiler.cpp+59-17
- libkineto/src/CuptiActivityProfiler.h+15
- libkineto/src/RoctracerActivityApi.cpp+2
- libkineto/src/RoctracerLogger.h-1
- libkineto/src/output_json.cpp+37
- libkineto/test/CuptiActivityProfilerTest.cpp+1-1
- tb_plugin/test/test_profiler.py+6-6
- tb_plugin/torch_tb_profiler/io/file.py+1-1
- tb_plugin/torch_tb_profiler/plugin.py+7-1
- tb_plugin/torch_tb_profiler/profiler/communication.py+4
- tb_plugin/torch_tb_profiler/profiler/data.py+1-1
- tb_plugin/torch_tb_profiler/profiler/event_parser.py+4-4
- tb_plugin/torch_tb_profiler/profiler/gpu_metrics_parser.py+1-1
- tb_plugin/torch_tb_profiler/profiler/loader.py+1-1
- tb_plugin/torch_tb_profiler/profiler/overall_parser.py+1-1
- tb_plugin/torch_tb_profiler/profiler/run_generator.py+2-2
- tb_plugin/torch_tb_profiler/profiler/trace.py+2-2
- tb_plugin/torch_tb_profiler/run.py+3-3
0 commit comments