KernelAbstractions.jl icon indicating copy to clipboard operation
KernelAbstractions.jl copied to clipboard

Roadmap to 1.0

Open vchuravy opened this issue 3 years ago • 0 comments

  • #317
  • Define KernelAbstractionsCore.jl that defines the interface for backend
  • Move backends from CUDAKernels to CUDA and so-forth

The last two are necessary since I just noticed that if you write a library that just uses KA the user always needs to couple their choice of CUDA library with the KernelAbstractions backend.

using CUDA
using CUDAKernels

vchuravy avatar Sep 23 '22 09:09 vchuravy