We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4aaee commit 33e01a6Copy full SHA for 33e01a6
test/amd/tensors.jl
@@ -283,7 +283,6 @@ for V in spacelist
283
284
AMDGPU.@allowscalar begin
285
t3 = @constinferred repartition(t, $k)
286
- t3 = repartition(t, k)
287
@test norm(t3) ≈ norm(t)
288
t3′ = @constinferred repartition!(similar(t3), t′)
289
@test norm(t3′) ≈ norm(t′)
@@ -434,7 +433,7 @@ for V in spacelist
434
433
@test (t / t2) * t2 ≈ t
435
436
@test t1 \ one(t1) ≈ inv(t1)
437
- @test one(t1) / t1 ≈ pinv(t1)
+ #@test one(t1) / t1 ≈ pinv(t1)
438
tp = pinv(t) * t
439
@test tp ≈ tp * tp
440
end
0 commit comments