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 unused ErrorSpec. #20400

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Remove unused ErrorSpec. #20400

merged 1 commit into from
Dec 11, 2024

Conversation

copybara-service[bot]
Copy link

Remove unused ErrorSpec.

//xla/tests:collective_ops_test_cpu fails to build on tensorflow/xla/linux/cpu/build_cpu.

xla/tests/collective_ops_test.cc:1438:19: error: unused variable 'es' [-Werror,-Wunused-variable]
 1438 |   const ErrorSpec es{1e-5, 1e-5};
      |                   ^~
xla/tests/collective_ops_test.cc:1489:19: error: unused variable 'es' [-Werror,-Wunused-variable]
 1489 |   const ErrorSpec es{1e-5, 1e-5};
      |                   ^~
2 errors generated.

@copybara-service copybara-service bot force-pushed the test_704837154 branch 3 times, most recently from 30ab630 to 99136f5 Compare December 11, 2024 00:16
`//xla/tests:collective_ops_test_cpu` fails to build on tensorflow/xla/linux/cpu/build_cpu.

```
xla/tests/collective_ops_test.cc:1438:19: error: unused variable 'es' [-Werror,-Wunused-variable]
 1438 |   const ErrorSpec es{1e-5, 1e-5};
      |                   ^~
xla/tests/collective_ops_test.cc:1489:19: error: unused variable 'es' [-Werror,-Wunused-variable]
 1489 |   const ErrorSpec es{1e-5, 1e-5};
      |                   ^~
2 errors generated.
```

PiperOrigin-RevId: 704893145
@copybara-service copybara-service bot merged commit c3d8ca0 into main Dec 11, 2024
@copybara-service copybara-service bot deleted the test_704837154 branch December 11, 2024 00:55
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.

1 participant