File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 108
108
],
109
109
)
110
110
111
- @test cholesky (Array (x)). U ≈ @jit g1 (x) broken = RunningOnTPU
112
- @test adjoint (cholesky (Array (x)). U) ≈ @jit g2 (x) broken = RunningOnTPU
111
+ @test cholesky (Array (x)). U ≈ @jit ( g1 (x) ) broken = RunningOnTPU
112
+ @test adjoint (cholesky (Array (x)). U) ≈ @jit ( g2 (x) ) broken = RunningOnTPU
113
113
end
114
114
115
115
@testset " clamp" begin
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ if length(addressable_devices) ≥ 8
37
37
@test ! contains (hlo, " all-gather" )
38
38
@test contains (hlo, " collective-permute" )
39
39
40
- rotate (x)
41
40
@jit shardy_passes = :to_mhlo_shardings rotate (rx)
42
41
@test all (x .== convert (Array, rx))
43
42
end
@@ -75,7 +74,6 @@ if length(addressable_devices) ≥ 8
75
74
ry = Reactant. to_rarray (y; sharding)
76
75
77
76
hlo = repr (@code_xla shardy_passes = :to_mhlo_shardings dus (rx, ry))
78
- println (hlo)
79
77
@test ! contains (hlo, " all-to-all" )
80
78
@test ! contains (hlo, " all-gather" )
81
79
@test contains (hlo, " collective-permute" )
You can’t perform that action at this time.
0 commit comments