Skip to content

Commit 8a67c29

Browse files
committed
fix cuda testing project.toml
1 parent 89e3f19 commit 8a67c29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/ext/CUDA/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[deps]
22
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
4+
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
5+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
36
NormalizingFlows = "50e4474d-9f12-44b7-af7a-91ab30ff6256"
47
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/ext/CUDA/cuda.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pkg.activate(@__DIR__)
33
Pkg.develop(; path=joinpath(@__DIR__, "..", "..", ".."))
44

55
using NormalizingFlows
6-
using CUDA, Test, LinearAlgebra, Distributions, Flux
6+
using CUDA, Distributions, Flux, LinearAlgebra, Test
77

88
@testset "rand with CUDA" begin
99
dists = [MvNormal(CUDA.zeros(2), I), MvNormal(CUDA.zeros(2), cu([1.0 0.5; 0.5 1.0]))]

0 commit comments

Comments
 (0)