openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.39k stars 358 forks source link

Fix symbolic_tile_analysis_test.cc build #14254

Closed apivovarov closed 5 days ago

apivovarov commented 5 days ago

This PR fixed the following build error in file symbolic_tile_analysis_test.cc. (used GCC-13)

xla/service/gpu/model/symbolic_tile_analysis_test.cc:468:7: error: 'IsOkAndHolds' was not declared in this scope; did you mean 'tsl::testing::IsOkAndHolds'?
  468 |       IsOkAndHolds(false));

Benjamin, Alexander, can you have a look? @bchetioui @pifon2a

apivovarov commented 5 days ago

@akuegel Can you look at this build fix?

bchetioui commented 5 days ago

LGTM, thanks @apivovarov!