triton-lang/triton

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

Offen

#8.590 geöffnet am 30.10.2025

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)MLIR (3.136 Forks)github user discovery
help wantedproton

Repository-Metriken

Stars
 (19.995 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 18h) (185 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide