在 cuda 编程中,我的 nvidia 显卡上可以 运行 多少个并行线程?
How many parallel threads i can run on my nvidia graphic card in cuda programming?
操作系统:Windows8.1 单一语言,64 位
DirectX 版本:11.0
GPU处理器:GeForce 840M
驱动版本:353.06
Direct3D API 版本:11.2
Direct3D 功能级别:11_0
CUDA 核心数:384
核心时钟:1029 MHz
内存数据速率:1800 MHz
内存接口:64位
内存带宽:14.40 GB/s
总可用显存:4096 MB
专用显存:2048 MB DDR3
系统显存:0 MB
共享系统内存:2048 MB
视频 BIOS 版本:82.08.14.00.64
IRQ:未使用
总线:PCI Express x4 Gen2
设备编号:10DE 1341 2281103C
零件号:2701 0000
这取决于我认为使用的 CUDA 版本。
Compute capability(version) V1.0 V1.2 V2.x V3.0-X.X
Maximum number of resident threads per multiprocessor 768 1024 1536 2048
Amount of local memory per thread 16 KB 512 KB
Maximum number of threads per block 512 1024
如果在 CUDA - Wikipedia 上找到此和平信息。
有关详细信息,请查看
Version features and specifications
希望能帮到你:)
操作系统:Windows8.1 单一语言,64 位 DirectX 版本:11.0 GPU处理器:GeForce 840M 驱动版本:353.06 Direct3D API 版本:11.2 Direct3D 功能级别:11_0 CUDA 核心数:384 核心时钟:1029 MHz 内存数据速率:1800 MHz 内存接口:64位 内存带宽:14.40 GB/s 总可用显存:4096 MB 专用显存:2048 MB DDR3 系统显存:0 MB 共享系统内存:2048 MB 视频 BIOS 版本:82.08.14.00.64 IRQ:未使用 总线:PCI Express x4 Gen2 设备编号:10DE 1341 2281103C 零件号:2701 0000
这取决于我认为使用的 CUDA 版本。
Compute capability(version) V1.0 V1.2 V2.x V3.0-X.X
Maximum number of resident threads per multiprocessor 768 1024 1536 2048
Amount of local memory per thread 16 KB 512 KB
Maximum number of threads per block 512 1024
如果在 CUDA - Wikipedia 上找到此和平信息。 有关详细信息,请查看
Version features and specifications
希望能帮到你:)