Can we create a dask-cluster with some CPU and some GPU machines together. If yes, how to control a certain task must run only on CPU machine, or some other type of task should run only on GPU machine, and if not specified, it should pick whichever machine is free.?
does dask support such type of cluster.? what is the command that controls the task to run on a specific CPU/GPU machine.?