triton-lang/triton

AttributeError: 'GraphFrame' object has no attribute 'update_inclusive_columns'

Ouverte

#8 590 ouverte le 30 oct. 2025

 (2 commentaires) (0 réaction) (1 personne assignée)MLIR (3 136 forks)github user discovery
help wantedproton

Métriques du dépôt

Stars
 (19 995 étoiles)
Métriques de merge PR
 (Merge moyen 2j 18h) (185 PRs mergées en 30 j)

Description

Describe the bug

Encountering the following error.

proton-viewer -m time/ms,tflop/s ./proton.hatchet

Traceback (most recent call last):
  File "/home/xxxxx/datavol/env/cuda128pt28/bin/proton-viewer", line 8, in <module>
    sys.exit(main())
  File "/home/xxxxx/datavol/env/cuda128pt28/lib/python3.10/site-packages/triton/profiler/viewer.py", line 405, in main
    gf, derived_metrics = parse(metrics, file_name, include, exclude, threshold)
  File "/home/xxxxx/datavol/env/cuda128pt28/lib/python3.10/site-packages/triton/profiler/viewer.py", line 268, in parse
    gf, inclusive_metrics, exclusive_metrics, device_info = read(filename)
  File "/home/xxxxx/datavol/env/cuda128pt28/lib/python3.10/site-packages/triton/profiler/viewer.py", line 263, in read
    gf.update_inclusive_columns()
AttributeError: 'GraphFrame' object has no attribute 'update_inclusive_columns'

Environment details

pytorch-triton 3.5.0+git7416ffcb GPU: H100

Guide contributeur