We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab25f7b commit d17d0aeCopy full SHA for d17d0ae
test/mpsgraphs/random.jl
@@ -18,7 +18,7 @@ using .MPSGraphs: MPSGraphRandomOpDescriptor, MPSGraphRandomDistributionNormal,
18
(MPSGraphRandomDistributionUniform, Float16),
19
(MPSGraphRandomDistributionUniform, BFloat16),
20
]
21
- @test MPSGraphRandomOpDescriptor(MPSGraphRandomDistributionNormal, Float32) isa MPSGraphRandomOpDescriptor
+ @test MPSGraphRandomOpDescriptor(dist, T) isa MPSGraphRandomOpDescriptor
22
end
23
24
0 commit comments