Skip tests that require unavailable hardware when not using DistributionStrategy
Right now combinations.py skips tests that do not have the hardware that's requried by the DistributionStrategy instance that is used in that test. After this change, the user can trigger such a behavior even when they are not using DistributionStrategy. Two new special arguments are added: "required_tpu" and "required_gpus". PiperOrigin-RevId: 197212466
Loading
Please sign in to comment