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 d8f9101 commit 335cec6Copy full SHA for 335cec6
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