Skip to content

Commit

Permalink
cuda: update to compute capability 9
Browse files Browse the repository at this point in the history
128 FP32 cores again.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Oct 7, 2022
1 parent cfbb9cf commit a908085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hwloc/topology-cuda.c
Expand Up @@ -53,6 +53,8 @@ static unsigned hwloc_cuda_cores_per_MP(int major, int minor)
case 6: return 128;
}
break;
case 9:
return 128;
}
hwloc_debug("unknown compute capability %d.%d, disabling core display.\n", major, minor);
return 0;
Expand Down

0 comments on commit a908085

Please sign in to comment.