M1ngXU / cuda-device-query

Queries all cuda gpus and prints their most relevant data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cuda Device Query

Queries all GPUs found by CUDA and displays:

  • total memory
  • shared memory
  • constant memory
  • warp size
  • max grid size
  • max block size
  • threads per block
  • SIMD width

About

Queries all cuda gpus and prints their most relevant data.


Languages

Language:Rust 100.0%