Hello. I’m fairly new to Cuda and Cuda programming, but had a few quick questions. My partner and I (students) would like to run some test soon but wanted to know more first. We were wondering if someone with some knowledge on Cuda could give a quick explanation (a sentence or so) on what each parameter means. Here is a small sample from our book. Thanks in advance.
— General Information for device 0
— Name: Tesla C2070
Compute capability: 2.0
Clock rate: 1147000
Device copy overlap:
Enabled Kernel execution timeout : Disabled
— Memory Information for device 0
— Total global mem: -1
Total constant Mem: 65536
Max mem pitch: 2147483647
Texture Alignment: 512
— MP Information for device 0
— Multiprocessor count: 14
Shared mem per mp: 49152
Registers per mp: 32768
Threads in warp: 32
Max threads per block: 1024
Max thread dimensions: (1024, 1024, 64)
Max grid dimensions: (65535, 65535, 65535)
— General Information for device 1
— Name: Quadro FX 570
Compute capability: 1.1
Clock rate: 920000
Device copy overlap: Enabled
Kernel execution timeout : Enabled
— Memory Information for device 1
— Total global mem: 267714560
Total constant Mem: 65536
Max mem pitch: 2147483647
Texture Alignment: 256
— MP Information for device 1
— Multiprocessor count: 2
Shared mem per mp: 16384
Registers per mp: 8192
Threads in warp: 32
Max threads per block: 512
Max thread dimensions: (512, 512, 64)
Max grid dimensions: (65535, 65535, 1)
Hello. I’m fairly new to Cuda and Cuda programming, but had a few quick questions. My partner and I (students) would like to run some test soon but wanted to know more first. We were wondering if someone with some knowledge on Cuda could give a quick explanation (a sentence or so) on what each parameter means. Here is a small sample from our book. Thanks in advance.
— General Information for device 0
— Name: Tesla C2070
Compute capability: 2.0
Clock rate: 1147000
Device copy overlap:
Enabled Kernel execution timeout : Disabled
— Memory Information for device 0
— Total global mem: -1
Total constant Mem: 65536
Max mem pitch: 2147483647
Texture Alignment: 512
— MP Information for device 0
— Multiprocessor count: 14
Shared mem per mp: 49152
Registers per mp: 32768
Threads in warp: 32
Max threads per block: 1024
Max thread dimensions: (1024, 1024, 64)
Max grid dimensions: (65535, 65535, 65535)
— General Information for device 1
— Name: Quadro FX 570
Compute capability: 1.1
Clock rate: 920000
Device copy overlap: Enabled
Kernel execution timeout : Enabled
— Memory Information for device 1
— Total global mem: 267714560
Total constant Mem: 65536
Max mem pitch: 2147483647
Texture Alignment: 256
— MP Information for device 1
— Multiprocessor count: 2
Shared mem per mp: 16384
Registers per mp: 8192
Threads in warp: 32
Max threads per block: 512
Max thread dimensions: (512, 512, 64)
Max grid dimensions: (65535, 65535, 1)