Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why is nvmlDeviceSetComputeMode disabled when vcuda is enabled? #23

Open
matinjugou opened this issue Feb 24, 2022 · 0 comments
Open

why is nvmlDeviceSetComputeMode disabled when vcuda is enabled? #23

matinjugou opened this issue Feb 24, 2022 · 0 comments

Comments

@matinjugou
Copy link

nvmlReturn_t nvmlDeviceSetComputeMode(nvmlDevice_t device,
                                      nvmlComputeMode_t mode)
{
  if (g_anycuda_config.enable)
  {
    return NVML_ERROR_NOT_SUPPORTED;
  }

  return NVML_ENTRY_CALL(nvml_library_entry, nvmlDeviceSetComputeMode, device,
                         mode);
}
@matinjugou matinjugou changed the title why nvmlDeviceSetComputeMode is disabled when vcuda is enabled? why is nvmlDeviceSetComputeMode disabled when vcuda is enabled? Feb 24, 2022
@matinjugou matinjugou changed the title why is nvmlDeviceSetComputeMode disabled when vcuda is enabled? why dose nvmlDeviceSetComputeMode be disabled when vcuda is enabled? Feb 24, 2022
@matinjugou matinjugou changed the title why dose nvmlDeviceSetComputeMode be disabled when vcuda is enabled? why is nvmlDeviceSetComputeMode disabled when vcuda is enabled? Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant