Skip to content

why is nvmlDeviceSetComputeMode disabled when vcuda is enabled? #23

Description

@matinjugou
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);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions