Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/nvml_entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ nvmlReturn_t nvmlInit_v2(void) {
}

nvmlReturn_t nvmlInit(void) {
load_necessary_data();

return NVML_ENTRY_CALL(nvml_library_entry, nvmlInit);
}

Expand Down Expand Up @@ -1703,4 +1705,4 @@ nvmlReturn_t
nvmlVgpuInstanceGetLicenseInfo(nvmlVgpuInstance_t vgpuInstance,
nvmlVgpuLicenseInfo_t *licenseInfo) {
return NVML_ENTRY_CALL(nvml_library_entry, nvmlVgpuInstanceGetLicenseInfo);
}
}