Skip to content

Commit e44d5e9

Browse files
committed
add CUDA extension
1 parent 9a40d94 commit e44d5e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
1414
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1515
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1616

17+
[weakdeps]
18+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
19+
20+
[extensions]
21+
NormalizingFlowsCUDAExt = "CUDA"
22+
1723
[compat]
1824
ADTypes = "1"
1925
Bijectors = "0.12.6, 0.13, 0.14, 0.15"

0 commit comments

Comments
 (0)