mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-01 20:20:29 +08:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
starting Simple Occupancy
|
|
|
|
[ Manual configuration with 32 threads per block ]
|
|
Potential occupancy: 50%
|
|
Elapsed time: 0.0376ms
|
|
|
|
[ Automatic, occupancy-based configuration ]
|
|
Suggested block size: 1024
|
|
Minimum grid size for maximum occupancy: 228
|
|
Potential occupancy: 100%
|
|
Elapsed time: 0.012384ms
|
|
|
|
Test PASSED
|