Skip to content

Instantly share code, notes, and snippets.

@bugparty
Created November 21, 2025 06:34
Show Gist options
  • Select an option

  • Save bugparty/c99d4fa88495c79b10454e406d11e39d to your computer and use it in GitHub Desktop.

Select an option

Save bugparty/c99d4fa88495c79b10454e406d11e39d to your computer and use it in GitHub Desktop.
nvidia dgx spark cuda info
❯ ./cuda_probe
Detected 1 CUDA device(s)
====================================================
Device 0: NVIDIA GB10
----------------------------------------------------
Total global memory : 122572 MiB
Shared mem per block : 49152 bytes
Registers per block : 65536
Warp size : 32
Max threads/block : 1024
Max threads dim : [1024, 1024, 64]
Max grid size : [2147483647, 65535, 65535]
Compute capability : 12.1
UUID : 57b12bb5-77d0-b5a5-3556-d6b074320787
-- Attributes via cudaDeviceGetAttribute --
ClockRate (kHz) : 2418000
MemoryClockRate (kHz) : 8533000
MaxThreadsPerBlock : 1024
MaxSharedMemPerBlock : 49152
MaxRegsPerBlock : 65536
WarpSize : 32
L2CacheSize : 25165824
ComputeCapabilityMajor : 12
ComputeCapabilityMinor : 1
ConcurrentKernels : 1
CanMapHostMemory : 1
UnifiedAddressing : 1
ManagedMemory : 1
ConcurrentManagedAccess : 1
PageableMemoryAccess : 1
PciBusId : 1
PciDeviceId : 0
PciDomainId : 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment