It would be nice if we could do something like KernelAbstractions.devices(backend) or so to print the name of the device we're working on.
And even further: a KernelAbstractions.versioninfo(backend) to print the CUDA version and so on. This could be very useful for logging.
It would be nice if we could do something like
KernelAbstractions.devices(backend)or so to print the name of the device we're working on.And even further: a
KernelAbstractions.versioninfo(backend)to print the CUDA version and so on. This could be very useful for logging.