Skip to content

Commit

Permalink
[Pallas TPU] Consolidate OpsExtraTest into OpsTest
Browse files Browse the repository at this point in the history
Historically, tests that only ran on GPUs were placed in `OpsExtraTest`, while general tests were in `OpsTest`. However, this separation may cause us to miss issues that should be addressed on TPUs as well. Going forward, all tests will be unified in `OpsTest`, and any tests that fail on TPUs will be skipped individually using `skipTest`. This will help us better track and address TPU-specific failures.

PiperOrigin-RevId: 679493740
  • Loading branch information
ayaka14732 authored and Google-ML-Automation committed Sep 30, 2024
1 parent 4a596ae commit 287056e
Showing 1 changed file with 147 additions and 47 deletions.
Loading

0 comments on commit 287056e

Please sign in to comment.