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

Can't query my GPU ID correctly #448

Open
CuWO4 opened this issue Jun 2, 2023 · 6 comments
Open

Can't query my GPU ID correctly #448

CuWO4 opened this issue Jun 2, 2023 · 6 comments

Comments

@CuWO4
Copy link

CuWO4 commented Jun 2, 2023

我的电脑同时有核心显卡和独立显卡(3060 ti),但是查询GPU id时仅可查询到GPU -1(CPU)和GPU 0(核显),无法正确识别到独立显卡。

我使用了CUDA v10.0.0和cuDNN。

@1374363910
Copy link

1374363910 commented Jun 2, 2023 via email

@nagadomi
Copy link
Owner

nagadomi commented Jun 2, 2023

For this lua version,
You can specify the GPU ID with -gpu option.
GPU ID index is 1-based.

@CuWO4
Copy link
Author

CuWO4 commented Jun 6, 2023

对于这个 lua 版本, 您可以使用选项指定 GPU ID -gpu。 GPU ID 索引从 1 开始。

still not working. Whether I use "-gpu 1" or "-gpu 2" as a parameter, I use the GPU monitor to find that the program only calls the core display.

@CuWO4
Copy link
Author

CuWO4 commented Jun 6, 2023

对于这个 lua 版本, 您可以使用选项指定 GPU ID -gpu。 GPU ID 索引从 1 开始。

Core Graphics I mean.

@nagadomi
Copy link
Owner

nagadomi commented Jun 6, 2023

This lua version only supports CUDA and does not work on CPUs or Intel Graphics.
If it is working without error, it is using an NVIDIA GPU.
Is there an error?

@nagadomi
Copy link
Owner

nagadomi commented Jun 6, 2023

This lua version

What this means is that there are various variants of waifu2x, and a command named waifu2x may not be a program from this repository.
Did you setup explicitly from this repository?

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

3 participants