mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #11877 from hawkinsp:sharding
PiperOrigin-RevId: 467206420
This commit is contained in:
commit
70bc0da995
@ -387,7 +387,7 @@ jax_test(
|
||||
"tpu": ["noasan"], # Test times out.
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"cpu": 20,
|
||||
"gpu": 40,
|
||||
"tpu": 10,
|
||||
"iree": 10,
|
||||
@ -473,7 +473,7 @@ jax_test(
|
||||
],
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 25,
|
||||
"cpu": 40,
|
||||
"gpu": 40,
|
||||
"tpu": 10,
|
||||
"iree": 20,
|
||||
@ -601,7 +601,7 @@ jax_test(
|
||||
},
|
||||
main = "random_test.py",
|
||||
shard_count = {
|
||||
"cpu": 30,
|
||||
"cpu": 40,
|
||||
"gpu": 40,
|
||||
"tpu": 40,
|
||||
"iree": 20,
|
||||
@ -667,7 +667,7 @@ jax_test(
|
||||
],
|
||||
},
|
||||
shard_count = {
|
||||
"cpu": 10,
|
||||
"cpu": 20,
|
||||
"gpu": 40,
|
||||
"tpu": 40,
|
||||
"iree": 10,
|
||||
|
Loading…
x
Reference in New Issue
Block a user