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 9783220 commit 2fbc6faCopy full SHA for 2fbc6fa
test/ext/CUDA/cuda.jl
@@ -34,6 +34,7 @@ using Bijectors, CUDA, Distributions, Flux, LinearAlgebra, Test
34
]
35
36
@testset "$dist" for dist in dists
37
+ CUDA.allowscalar(true)
38
x = NormalizingFlows.rand_device(CUDA.default_rng(), dist)
39
xs = NormalizingFlows.rand_device(CUDA.default_rng(), dist, 100)
40
@test_nowarn logpdf(dist, x)
0 commit comments