kineto
kineto copied to clipboard
A CPU+GPU Profiling library that provides access to timeline traces and hardware performance counters.
I get this warning in the tensorboard logs when loading a trace: ``` W0211 00:32:58.057393 140172232447808 event_parser.py:113] Runtime and Device-op have same correlation id 797413 but with different external id...
### Describe the issue Profiler fails to profile CUDA, and only CPU time is printed as the result. When CUDA is set as the only profiled activity, the following message...
Hi, I have followed the documentation [here](https://github.com/pytorch/kineto/tree/main/libkineto#building-libkineto) and built libkineto. However, the sample programs [build.sh](https://github.com/pytorch/kineto/blob/main/libkineto/sample_programs/build.sh) throws an error as follows: ``` /usr/bin/ld: /usr/local/lib/libkineto.a(init.cpp.o): in function `libkineto_init': init.cpp:(.text+0x3f2a): undefined reference to...
When profiling with `torch.profiler.profile` , generated json file has a section called `distributedInfo` shown as below ```json { "distributedInfo": {"backend": "nccl", "rank": 0, "world_size": 2} } ``` But there's no...
# Motivation The goal is to enable Kineto to support XPU pathways without altering its current design and with minimal maintenance costs. This will allow Kineto's profiler, designed and implemented...
There are important Pytorch Specific markers generated during the training loop either using NVTX or other means from pytorch lightning. It would be useful to show the time line view...
Summary: User reports are that these will appear frequently when used in OSS with KINETO_USE_DAEON=1 Differential Revision: D54347978
I tried to profile the bevfusion model with below code (with_modules=True). After run the inference and started the tensorboard, the Module view did not show in the View drop list....
I'm running torch-tb-profiler 0.4.1 on windows and getting the same issue as in #336 Invalid \escape when decoding the JSON. The fix specified in #336 still works although the line...
Hello, I would like to propose that `torch-tb-profiler` should be published on conda-forge. As mentiioned in the [official conda documentation](https://www.anaconda.com/blog/using-pip-in-a-conda-environment), issues can arise when mixing conda and pip dependencies. In...