Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689601450
  • Loading branch information
Google-ML-Automation committed Oct 25, 2024
1 parent 31e7e36 commit 0e0ed7a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions xla/service/cpu/tests/cpu_dyn_shape_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ limitations under the License.
==============================================================================*/

#include <memory>
#include <string>
#include <utility>

#include <gtest/gtest.h>
#include "xla/hlo/ir/hlo_computation.h"
Expand Down
1 change: 0 additions & 1 deletion xla/service/cpu/tests/cpu_fusion_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ limitations under the License.

#include <memory>
#include <utility>
#include <vector>

#include "xla/error_spec.h"
#include "xla/hlo/ir/hlo_computation.h"
Expand Down
2 changes: 2 additions & 0 deletions xla/service/cpu/tests/cpu_infeed_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#include <cstdint>

#include "xla/error_spec.h"
#include "xla/layout.h"
#include "xla/layout_util.h"
Expand Down
3 changes: 3 additions & 0 deletions xla/service/cpu/tests/cpu_intrinsic_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ limitations under the License.
==============================================================================*/

#include <algorithm>
#include <cctype>
#include <memory>
#include <string>
#include <utility>

#include <gtest/gtest.h>
#include "absl/strings/ascii.h"
Expand Down
2 changes: 2 additions & 0 deletions xla/service/cpu/tests/cpu_key_value_sort_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ limitations under the License.
==============================================================================*/

#include <memory>
#include <string>
#include <utility>

#include <gtest/gtest.h>
#include "xla/service/cpu/cpu_compiler.h"
Expand Down
4 changes: 4 additions & 0 deletions xla/service/cpu/tests/cpu_literal_caching_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#include <memory>
#include <string>
#include <utility>

#include <gtest/gtest.h>
#include "xla/hlo/ir/hlo_module.h"
#include "xla/service/cpu/cpu_compiler.h"
Expand Down
2 changes: 2 additions & 0 deletions xla/service/cpu/tests/cpu_outfeed_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ limitations under the License.
==============================================================================*/

#include <memory>
#include <string>
#include <utility>

#include <gtest/gtest.h>
#include "xla/service/cpu/cpu_compiler.h"
Expand Down
2 changes: 1 addition & 1 deletion xla/service/cpu/tests/cpu_profiling_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#include <algorithm>
#include <string>
#include <utility>

#include <gtest/gtest.h>
#include "absl/strings/string_view.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/cpu/tests/cpu_topk_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ limitations under the License.
==============================================================================*/

#include <memory>
#include <utility>

#include <gtest/gtest.h>
#include "xla/hlo/builder/lib/sorting.h"
Expand Down
4 changes: 3 additions & 1 deletion xla/service/cpu/tests/cpu_vectorization_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#include <algorithm>
#include <cctype>
#include <memory>
#include <string>
#include <utility>
#include <vector>

#include <gtest/gtest.h>
Expand Down

0 comments on commit 0e0ed7a

Please sign in to comment.