Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
chang-l committed Nov 18, 2024
1 parent f57ed4b commit 32f7d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cpp/src/nvml_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ bool NvmlFabricSymbolLoaded() {
}
}
return nvml_loaded;
}
}

3 changes: 2 additions & 1 deletion cpp/src/nvml_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ typedef nvmlReturn_t (*nvmlDeviceGetHandleByIndexFunc)(unsigned int, nvmlDevice_
typedef nvmlReturn_t (*nvmlDeviceGetGpuFabricInfoFunc)(nvmlDevice_t, nvmlGpuFabricInfo_t*);

extern nvmlDeviceGetHandleByIndexFunc nvmlDeviceGetHandleByIndexPtr;
extern nvmlDeviceGetGpuFabricInfoFunc nvmlDeviceGetGpuFabricInfoPtr;
extern nvmlDeviceGetGpuFabricInfoFunc nvmlDeviceGetGpuFabricInfoPtr;

0 comments on commit 32f7d96

Please sign in to comment.