-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
I am unable to port my kernels to use KernelAbstraction.jl since CUDADevice is not defined after importing. eg.
using CUDA
using KernelAbstractions
CUDA.functional()
> true
device = CUDADevice()
> ERROR: UndefVarError: CUDADevice not defined
Note that CUDA works just fine. The versions I am currently using are: CUDA: 3.8.1 and KernelAbstractions: 0.8.0
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed