You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/dan/Desktop/new_branch/triton-viz/examples/vec_add.py", line 137, in
triton_viz.launch()
File "/home/dan/Desktop/new_branch/triton-viz/triton_viz/visualizer/interface.py", line 11, in launch
program_records, tt, failures = triton_viz.collect_grid()
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'triton_viz' has no attribute 'collect_grid'
I modifed this line to be this I but then I get this error:
program_records, tt, failures = triton_viz.visualizer.collect_grid()
File "triton-viz/examples/vec_add.py", line 137, in
triton_viz.launch()
File "triton-viz/triton_viz/visualizer/interface.py", line 12, in launch
program_records, tt, failures = triton_viz.visualizer.collect_grid()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "triton-viz/triton_viz/visualizer/draw.py", line 77, in collect_grid
for launch in Trace.launches:
^^^^^^^^^^^^^^
AttributeError: type object 'Trace' has no attribute 'launches'
The text was updated successfully, but these errors were encountered:
No, I don’t. Sorry about that. I will fix this asap. If possible, you can comment out 'triton_viz.launch()' in 'vec_add.py' for now.
Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: Daniyal khan ***@***.***>
Sent: Friday, September 27, 2024 10:06:57 PM
To: Deep-Learning-Profiling-Tools/triton-viz ***@***.***>
Cc: Hao Wu ***@***.***>; Assign ***@***.***>
Subject: Re: [Deep-Learning-Profiling-Tools/triton-viz] 'Trace' has no attribute 'launches' (Issue #36)
I'm working on this problem right now. This should be a legacy problem which didn't get refactored in v2.0. Thanks!
I'm trying to rebase onto this branch, do you have a band-aid solution to get something to work?
—
Reply to this email directly, view it on GitHub<#36 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADLD4PX5T3YU25YLURUY4GDZYYFMDAVCNFSM6AAAAABPAE2HO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBQGM2TIMJZGU>.
You are receiving this because you were assigned.Message ID: ***@***.***>
I get this error on keren/v2.0 branch
File "/home/dan/Desktop/new_branch/triton-viz/examples/vec_add.py", line 137, in
triton_viz.launch()
File "/home/dan/Desktop/new_branch/triton-viz/triton_viz/visualizer/interface.py", line 11, in launch
program_records, tt, failures = triton_viz.collect_grid()
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'triton_viz' has no attribute 'collect_grid'
I modifed this line to be this I but then I get this error:
program_records, tt, failures = triton_viz.visualizer.collect_grid()
File "triton-viz/examples/vec_add.py", line 137, in
triton_viz.launch()
File "triton-viz/triton_viz/visualizer/interface.py", line 12, in launch
program_records, tt, failures = triton_viz.visualizer.collect_grid()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "triton-viz/triton_viz/visualizer/draw.py", line 77, in collect_grid
for launch in Trace.launches:
^^^^^^^^^^^^^^
AttributeError: type object 'Trace' has no attribute 'launches'
The text was updated successfully, but these errors were encountered: