|
24 | 24 | # GPUType=AUTO tries to automatically detect the device |
25 | 25 | # GPUType=VLIW4 "Northern Islands" GPUs, such as the Radeon HD 6900 series |
26 | 26 | # GPUType=VLIW5 "Evergreen" GPUs, such as the Radeon HD 5000 series. Can |
27 | | -# also improve performance on low-end APUs |
28 | | -# GPUType=GCN all GPUs based on the GCN architecture. Assumed for unknown |
29 | | -# devices. 1:16 DP |
30 | | -# GPUType=GCN2 2nd generation GCN architecture (actually, any GCN2/3 with 1:4 or better DP) |
31 | | -# GPUType=GCN3 3rd generation GCN architecture (actually, any GCN2/3 with improved int32 and 1:8 or better DP) |
32 | | -# GPUType=GCN4 Polaris GPUs, such as the Radeon RX 460 (actually, GCN 3/4 with bad DP) |
33 | | -# GPUType=GCN5 14 nm Vega GPUs, such as the Radeon RX Vega 56 (actually, any GCN5 with bad DP) |
34 | | -# GPUType=GCNF 7 nm Vega GPUs, namely the Vega 20 series (actually, any GCN5 with 1:4 or better DP) |
35 | | -# CDNA is provisionally included |
36 | | -# GPUType=RDNA devices using the RDNA 1 and 2 microarchitectures, such as |
37 | | -# the Radeon RX 5000 and 6000 series |
38 | | -# GPUType=RDNA3 devices using the RDNA 3/4 microarchitecture |
39 | | -# GPUType=APU VLIW APUs. For old low-end devices, using GPUType=VLIW5 may |
40 | | -# result in better performance. |
41 | | -# GPUType=CPU all CPUs. Used when no GPUs are available; also used when |
42 | | -# the '-d c' option is specified |
| 27 | +# also improve performance on older APUs |
| 28 | +# GPUType=GCN the GCN architecture as a whole. Used for unknown devices |
| 29 | +# and optimized for 1:16 DP |
| 30 | +# GPUType=GCN2 2nd generation GCN architecture. Can be used for any GCN 2 |
| 31 | +# or 3 device with 1:4 or higher DP |
| 32 | +# GPUType=GCN3 3rd generation GCN architecture. Can be used for any GCN 2 |
| 33 | +# or 3 device with fast 32-bit integer multiplication and 1:8 |
| 34 | +# or higher DP |
| 35 | +# GPUType=GCN4 "Polaris" GPUs, such as the Radeon 400 series. Can be used |
| 36 | +# for any GCN 3 or 4 device with low DP |
| 37 | +# GPUType=GCN5 GCN 5 devices with low DP, such as the Vega 10 series |
| 38 | +# GPUType=GCNF GCN 5 devices with 1:4 or higher DP, such as the Vega 20 |
| 39 | +# series. Provisionally supports CDNA |
| 40 | +# GPUType=RDNA RDNA 1 and 2 devices, such as the Radeon RX 5000 and 6000 |
| 41 | +# series |
| 42 | +# GPUType=RDNA3 RDNA 3 or 4 devices |
| 43 | +# GPUType=APU APUs with a VLIW-based processor. Older devices may benefit |
| 44 | +# more with GPUType=VLIW5 |
| 45 | +# GPUType=CPU all supported CPUs. Used when no GPUs are available, and |
| 46 | +# when the '-d c' option is specified |
43 | 47 | # GPUType=NVIDIA most Nvidia devices |
44 | 48 | # GPUType=INTEL Intel Graphics Technology |
45 | 49 | # |
|
0 commit comments