Skip to content

bjorg/AboutCUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AboutCUDA

This application reports the CUDA properties for each available device.

Output:

AboutCUDA - 2025 (c) Steve Bjorg

Found 1 device(s)

=== Device #0: NVIDIA GeForce RTX 4090 Laptop GPU ===

--- Overview ---
* Driver Version: 12.80
* Compute Capability: 8.9
* Compute Mode: Default

--- Processors ---
* Processors: 76
* Clock Rate: 1455.00 MHz
* Warp Size: 32
* Registers/Block: 65536
* Shared Memory/Block: 1024.00 bytes
* Max Grid Dimensions: (2147483647; 65535; 65535)
* Max Block Dimensions: (1024; 1024; 64)
* Max Blocks/Processor: 24
* Max Threads/Processor: 1536
* Max Registers/Processor: 65536
* Max Shared Memory/Processor: 100.00 KiB
* Max Threads/Block: 1024
* Max Shared Memory/Block: 48.00 KiB
* Max Shared Memory (Optin)/Block: 99.00 KiB

--- Memory ---
* Global: 15.99 GiB
* Constant: 64.00 KiB
* Clock Rate: 9.00 GHz
* Managed Memory: yes
* Unified Addressing: yes
* Integrated: no
* ECC Enabled: no
* L2 Cache Size: 64.00 MiB
* Max Memory Pitch: 2147483647
* Max Persisting L2 Cache Size: 44.00 MiB bytes
* Global Memory Bus Width: 256 bits

Command Line Options

Additional details can be reported using the following options:

  • -a|--all: show all properties
  • -c|--capability: show capabilities and enabled features
  • -t|--texture: show texture/surface properties
  • -d|--device: show device topology properties

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copyright

2025 (c) Steve Bjorg

About

Utility to show CUDA capabilities for current platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages