gpuDeviceTable
说明
示例
比较 GPU 设备的属性
使用 gpuDeviceTable
可以一目了然地查询和比较系统中所有 GPU 的属性。
tbl = gpuDeviceTable
tbl = 2×5 table Index Name ComputeCapability DeviceAvailable DeviceSelected _____ __________________ _________________ _______________ ______________ 1 "NVIDIA RTX A5000" "8.6" true true 2 "Quadro P620" "6.1" true false
这两种设备均可供本次 MATLAB® 会话使用。所选 GPU 设备(索引为 1
)比索引为 2
的设备具有更高的计算能力。
或者,您可以确定有多少个可用的 GPU 设备,检查它们的一些属性,然后从 MATLAB® 桌面中选择要使用的设备。在主页选项卡上的环境区域中,选择并行 > 选择 GPU 环境。
比较 GPU 设备的特定属性
使用 gpuDeviceTable
查询并比较系统中所有 GPU 的具体属性。
比较系统中 GPU 设备的计算能力、总内存、多处理器数量和可用性。
tbl = gpuDeviceTable(["Index","ComputeCapability",... "TotalMemory","MultiprocessorCount","DeviceAvailable"])
tbl = 2×5 table Index ComputeCapability TotalMemory MultiprocessorCount DeviceAvailable _____ _________________ ___________ ___________________ _______________ 1 "8.6" 2.5553e+10 64 true 2 "6.1" 2.1473e+09 4 true
输入参数
输出参量
扩展功能
基于线程的环境
使用 MATLAB® backgroundPool
在后台运行代码或使用 Parallel Computing Toolbox™ ThreadPool
加快代码运行速度。
该函数完全支持基于线程的环境。有关详细信息,请参阅在基于线程的环境中运行 MATLAB 函数。
版本历史记录
在 R2021a 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)