Suppose a dask cluster has some CPU devices as well as some GPU devices. Each device runs a singe dask-worker. Now, the question is how do I find that the underlying device of a dask-worker is CPU or GPU.
For example:- if the dask-worker is running on CPU device, I should know that it's running on CPU or if the dask-worker is running on GPU device, I should know the device type programmatically. is there any method to know this programmatically.?