Skip to content

Commit

Permalink
tests: Report Blackwell architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Jan 9, 2025
1 parent 40b5da3 commit c9651dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/nvapi_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ static std::string ToGpuType(NV_GPU_TYPE type) {

static std::string ToGpuArchitecture(NV_GPU_ARCHITECTURE_ID id) {
switch (id) {
case NV_GPU_ARCHITECTURE_GB200:
return "Blackwell";
case NV_GPU_ARCHITECTURE_AD100:
return "Ada";
case NV_GPU_ARCHITECTURE_GA100:
Expand Down

0 comments on commit c9651dd

Please sign in to comment.