Skip to content
#

julia-package

Here are 204 public repositories matching this topic...

torrance
torrance commented Mar 30, 2022

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

documentation good first issue help wanted

Improve this page

Add a description, image, and links to the julia-package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the julia-package topic, visit your repo's landing page and select "manage topics."

Learn more