Onur Cankur

Results 13 issues of Onur Cankur

type: feature
status: ready for review
priority: normal
area: graphframe

type: feature
status: WIP
priority: high
area: graphframe

The cprofile reader cannot create nodes properly. `graphframe = ht.GraphFrame.from_cprofile("tests/data/cprofile-hatchet-pstats/cprofile-cycle.pstats")` The tree output after creating the graphframe: ![image](https://user-images.githubusercontent.com/31388843/176819756-c6c1e849-72e9-432f-8abc-aee7487c65a5.png) However, in the `graphframe.graph` object we have many "recursive" nodes. The output...

type: bug
area: readers

type: feature
status: WIP
priority: high
area: chopper

type: feature
status: ready for review
priority: high
area: chopper

This function groups and aggregates the nodes in the dataframe and updates the graph structure accordingly. It accomplishes this by creating a "super node" for each unique group identified in...

type: bug
status: ready for review
priority: high
area: graphframe

type: feature
status: WIP
priority: high
area: chopper

type: bug
status: WIP
priority: high
area: chopper

status: ready for review
priority: high
area: chopper
type: documentation

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