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

Should be able to work on 4GB GPU too #3

Open
vivekvpandya opened this issue Jan 17, 2024 · 4 comments
Open

Should be able to work on 4GB GPU too #3

vivekvpandya opened this issue Jan 17, 2024 · 4 comments

Comments

@vivekvpandya
Copy link

What are technical problems to make this GPU accelerated proving work on 4GB card?
It will be nice for developers to try out things on low end GPUs.

@liangping
Copy link
Contributor

it's tradeoff. we have optimized memory usage.
We have to save temp data somewhere to avoid data copy, because the data copy from disc or memory to GPU need a lot time.

@liangping
Copy link
Contributor

The minimum requirement is 10G, recommended 12G.

@vivekvpandya
Copy link
Author

Is it possible to control how many kernels will be launched? And based on that help make it work on low end GPU ?

@liangping
Copy link
Contributor

This is not the direction we are working on.
Currently only one GPU is used, Out next goal would be multiple GPU in parallel if we got funded.

FYI, Memory usage depends on your circuit. you can use a small circuit for the development.

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

2 participants