Skip to content

CUDADevice not defined #296

@torrance

Description

@torrance

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

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions