Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 386 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 386 Bytes

allgebra_get_device_cc

Utility for getting compute capability of GPU.

Build

Requirements

  • nvcc
  • GNU make
make

Usage

If the compute capability of GPU is 7.5 (GeForce RTX 2070), this command returns 75:

$ ./allgebra_get_device_cc
75