Skip to content
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

Remove SPMD logging to indicate that we're using virtual device #8501

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

bhavya01
Copy link
Collaborator

ShouldUseVirtualDevice is called pretty liberally throughout ptxla code and it creates a lot of log spam

ShouldUseVirtualDevice is called pretty liberally throughout ptxla code and it creates a lot of log spam
@bhavya01 bhavya01 requested review from lsy323 and ManfeiBai December 18, 2024 01:51
@@ -81,9 +81,6 @@ bool ShouldUseVirtualDevice() {
bool use_virtual_device =
runtime::sys_util::GetEnvBool("XLA_USE_SPMD", false) ||
runtime::sys_util::GetEnvBool("XLA_AUTO_SPMD", false);
if (use_virtual_device) {
TF_LOG(INFO) << "Using SPMD virtual device optimization";
}
return use_virtual_device;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change is reasonable for me, also wanna suggest to bring it back with cleaner log history version in the future due to its a good signal for user to notice the code has started running

Copy link
Collaborator

@ManfeiBai ManfeiBai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM

@bhavya01 bhavya01 merged commit 6ca816d into master Dec 19, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants