Open
Description
Motivation and description
New backends will get the existing functionality basically for free, once KernelAbstraction.jl supports them.
On master
branch the restriction for Julia was lowered to 1.6, but on release-0.8
it is still 1.7.
@vchuravy does it mean that KA now runs on 1.6 or was it by mistake?
And do we care about new features for 1.6 or do we take similar approach to NNlibCUDA.jl -> extension
migration, where old versions will receive only bugfixes via backports.
If not, then we don't need to wait for new KA release and can start migration which will add existing functionality for AMDGPU.
Possible Implementation
No response