-
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
src/utils/mi_gpu_data.py
Outdated
|
||
def get_num_xcds(self): | ||
return self.__num_xcds | ||
|
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.
As I suggested, regardless using or not, we need to define MemoryPartitionMode as well.
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.
memory partition and chip ids for different env are preserved fields in the yaml file for scalability :)
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!
This PR:
WIP: