File: NumaAffinity.section

package info (click to toggle)
nvidia-cuda-toolkit 12.5.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: experimental
  • size: 13,247,276 kB
  • sloc: ansic: 214,716; cpp: 65,455; javascript: 24,274; python: 22,339; xml: 11,484; makefile: 3,079; sh: 2,288; perl: 356
file content (52 lines) | stat: -rw-r--r-- 924 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Identifier: "NumaAffinity"
DisplayName: "NUMA Affinity"
Description: "Non-uniform memory access (NUMA) affinities based on compute and memory distances for all GPUs."
Order: 63
Sets {
  Identifier: "full"
}

Filter {
  Items {
    MinArch: CC_70
    MaxArch: CC_70
  }
  Items {
    MinArch: CC_75
    MaxArch: CC_86
  }
  Items {
    MinArch: CC_89
  }
}

Metrics {
  Metrics {
    Label: "Device Names"
    Name: "numa__dev_display_name_all"
    ShowInstances: 1
  }
  Metrics {
    Label: "CPU Affinity"
    Name: "numa__cpu_affinity"
    ShowInstances: 1
  }
  Metrics {
    Label: "NUMA ID by CPU Affinity"
    Name: "numa__id_cpu"
    ShowInstances: 1
  }
  Metrics {
    Label: "NUMA ID by Memory Affinity"
    Name: "numa__id_memory"
    ShowInstances: 1
  }
}
Body {
  DisplayName: "Table with NUMA IDs based on CPU affinity and memory affinity."
  Items {
    NumaIdTable {
      Label: "NUMA ID Table"
    }
  }
}