Skip to content

Conversation

@sfinktah
Copy link
Contributor

@sfinktah sfinktah commented Aug 26, 2025

Some (in retrospect) obvious issues with ZLUDA pretending to be a CUDA device needed to be addressed from my earlier PR #224 .

Now all should be fine.

[Crystools INFO] pynvml (NVIDIA) initialized.
[Crystools INFO] GPU/s:
[Crystools WARNING] GPU 0 is not supported.
[Crystools INFO] NVIDIA Driver: 511.09.01
[Crystools WARNING] No supported GPU detected.

[edit] Had to comment out an annoying console.warning. There was probably a better solution:

    if (data.gpus === undefined || data.gpus.length === 0) {
      // console.warn('UpdateAllMonitors: no GPU data');
      return;
    }

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

Successfully merging this pull request may close these issues.

1 participant