About vnode creation for each socket

Thanks for the advice.

The background of this question is as follows.
The question is focused on servers with AMD CPU (2 sockets) and GPU.

  • Multiple GPUs are connected to CPU1 by PCI gen4
  • GPU is not connected to CPU2
    In that case, CPU1 is used for machine learning and CPU2 is used for simulation for JOB
    It is a question whether you can use it.

We have already implemented GPU control using cgroups hooks.

I checked 2-cpu executor host.
When controlling with a socket, do I need to make my own hook?
If possible, we ’d like to to separate the job types by queue, so we thought it would be nice to be able to control at the vnode level.

Thanks,