Patrick submitted a new resource:
How to find which NUMA node a GPU is attached to - Important for multiple NUMA node servers
How to find which NUMA node a GPU is attached to - Important for multiple NUMA node servers
Read more about this resource...Since many STH'ers have multiple NUMA node servers, whether dual Xeon or even a single AMD EPYC, or Threadripper, knowing where a GPU is attached to can be important.
For example, in a dual AMD EPYC system, how can one find which of the 8 NUMA nodes a GPU is attached to?
A quick tip is to install hwloc utilities using (on Debian / Ubuntu)
From here you can use lstopo or hwloc-ls. Be careful as you will want to set an output format. Here is an example of...Code:sudo apt install hwloc