KernelAbstractions.jl
KernelAbstractions.jl copied to clipboard
Roadmap to 1.0
- #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