Skip to content

Draft: [realm] Enable auto-detection and enumeration of GPUs for CUDA

Cory Perry US requested to merge cperry/cuda-auto into master

This change make it so GPUs are enumerated and available as throughput processors in realm if detected without having to specify it on the realm command line (i.e. -ll:gpu N, etc). Of course, if command line options are specified, they take precedence.

Merge request reports