File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,6 @@ for V in spacelist
283283
284284 AMDGPU. @allowscalar begin
285285 t3 = @constinferred repartition (t, $ k)
286- t3 = repartition (t, k)
287286 @test norm (t3) ≈ norm (t)
288287 t3′ = @constinferred repartition! (similar (t3), t′)
289288 @test norm (t3′) ≈ norm (t′)
@@ -432,12 +431,12 @@ for V in spacelist
432431 t = AMDGPU. rand (T, W1, W2)
433432 @test t1 * (t1 \ t) ≈ t
434433 @test (t / t2) * t2 ≈ t
435- AMDGPU. @allowscalar begin
434+ #= AMDGPU.@allowscalar begin
436435 @test t1 \ one(t1) ≈ inv(t1)
437436 @test one(t1) / t1 ≈ pinv(t1)
438437 tp = pinv(t) * t
439438 @test tp ≈ tp * tp
440- end
439+ end=#
441440 @test_throws SpaceMismatch inv (t)
442441 @test_throws SpaceMismatch t2 \ t
443442 @test_throws SpaceMismatch t / t1
You can’t perform that action at this time.
0 commit comments