-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve chip info logic. #581
base: develop
Are you sure you want to change the base?
Conversation
…ofiler-compute into improve_chip_info_logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! The whole structure is much better than before!
* Fix post analysis gui in standalone binary * Add post analysis gui assets and required server libraries for GUI server and web page * Add port forwarding to docker test compose * Update README me to use `docker compose up` instead of `docker compose run` to run containers with port forwarding and to leverage other functionalities of docker compose
@@ -1029,51 +1031,6 @@ def flatten_tcc_info_across_xcds(file, xcds, tcc_channel_per_xcd): | |||
return df | |||
|
|||
|
|||
def total_xcds(archname, compute_partition): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to keep total_xcds on top of the new get_mi300_num_xcds() for any other archs even they don't have the concept of "xcd". Think about future arch, people still probably want to call the unified interface from total_xcds
This PR:
WIP: