pipit icon indicating copy to clipboard operation
pipit copied to clipboard

Analyze parallel execution traces using pandas dataframes

Results 38 pipit issues
Sort by recently updated
recently updated
newest added

priority: urgent
status: ready for review

Useful recipes: - nvtxpptrace.py: nvtx annotations and MPI functions. ![image](https://github.com/hpcgroup/pipit/assets/31388843/06cc649e-5f87-4c5f-b715-fc45569e0f39) - kernexectrace.py: lauch and kernel time. ![image](https://github.com/hpcgroup/pipit/assets/31388843/50d457c8-69c1-414d-a0f5-cf6fa40005de) - cudaapitrace.py: cuda functions (cudaMemcpy, cudaMalloc, etc.) ![image](https://github.com/hpcgroup/pipit/assets/31388843/c1359214-e71e-4c0b-a613-ab6ec4e81dac) - gputrace.py: cudaMemcpy and kernel...

duplicate
priority: normal
status: WIP
type: feature

Checks fail because bokeh is not in workflow Files changed is really 6, 4 of them are just fixing flake8 issues in develop 1. `.github/workflows/unit-tests.yaml` (add bokeh to workflow) 1....

status: ready for review

reads json trace outputted by PyTorch Profiler

status: WIP

develop fails because of `black` issues: ``` would reformat /home/rakrish/pipit/pipit/util/cct.py would reformat /home/rakrish/pipit/pipit/readers/otf2_reader.py Oh no! 💥 💔 💥 ``` and `flake8` issues; ``` ./pipit/readers/projections_reader.py:516:22: N806 variable 'numPEs' in function should...

priority: urgent
status: ready for review

- resolves issue where reader would crash if entry method name had spaces - "Destination" was spelled incorrectly - "Receive" was spelled incorrectly

priority: urgent
status: ready for review

Requires #100, #127, #131 to be merged first first attempt at making timeline code mergable need to test datashader and tap callback

status: WIP

sorts flat profile by given metric fixes small bug where it was adding pandas series to a list instead of the value computed

status: ready for review

WIP

help wanted
priority: normal
status: WIP