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 6bda69f commit 6ae8678Copy full SHA for 6ae8678
Project.toml
@@ -10,6 +10,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
10
11
[compat]
12
CUDA = "1, 2"
13
+CUDAKernels = "0.1"
14
DiffRules = "1"
15
FillArrays = "0.10"
16
ForwardDiff = "0.10"
@@ -26,6 +27,7 @@ julia = "1.3"
26
27
28
[extras]
29
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
30
+CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
31
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
32
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
33
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
test/cuda.jl
@@ -1,6 +1,6 @@
1
2
using Tullio, Test
3
-using CUDA, KernelAbstractions
+using CUDA, CUDAKernels, KernelAbstractions
4
CUDA.allowscalar(false)
5
using Tracker
6
@tullio grad=Base
0 commit comments