File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/WeightInitializers/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 389389
390390 v = kaiming_normal (rng, n_in, n_out)
391391 σ2 = sqrt (2 / n_out)
392- @test 0.9 σ2 < std (v) < 1.1 σ2 broken = backend in [" oneapi" , " metal " ]
392+ @test 0.9 σ2 < std (v) < 1.1 σ2 broken = backend in [" oneapi" ]
393393 end
394394
395395 # Type
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const EXTRA_PKGS = PackageSpec[]
2727(BACKEND_GROUP == " all" || BACKEND_GROUP == " amdgpu" ) &&
2828 push! (EXTRA_PKGS, PackageSpec (; name= " AMDGPU" ))
2929(BACKEND_GROUP == " all" || BACKEND_GROUP == " metal" ) &&
30- push! (EXTRA_PKGS, PackageSpec (" Metal" ))
30+ push! (EXTRA_PKGS, PackageSpec (; name = " Metal" , version = " 1.9 " ))
3131(BACKEND_GROUP == " all" || BACKEND_GROUP == " oneapi" ) &&
3232 push! (EXTRA_PKGS, PackageSpec (" oneAPI" ))
3333
You can’t perform that action at this time.
0 commit comments