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 c66f656 commit bd3f043Copy full SHA for bd3f043
Project.toml
@@ -0,0 +1,12 @@
1
+name = "GPUArrays"
2
+uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
3
+
4
+[deps]
5
+FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
6
+FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
7
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
+Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
9
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
10
+Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
11
+StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
12
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
REQUIRE
@@ -1,4 +1,3 @@
julia 0.7-alpha
StaticArrays
FFTW
-FillArrays
0 commit comments