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

Multi-GPU Support #11

Closed
yuzhenmao opened this issue Oct 13, 2024 · 2 comments
Closed

Multi-GPU Support #11

yuzhenmao opened this issue Oct 13, 2024 · 2 comments

Comments

@yuzhenmao
Copy link

Hi, thank you for your fantastic work! I was wondering if the current codebase supports multi-GPU settings.

I have two GPUs on my machine, and when I run the following command: ./bench_batch_decode -a seqlen=4096 -a page_budget=[64,512], I encounter the following error:

Screenshot 2024-10-12 at 11 58 33 PM
@happierpig
Copy link
Collaborator

Hi @yuzhenmao ,

This seems to be an issue related to dependency library (NVIDIA/nvbench#113). You can simply test single GPU by export CUDA_VISIBLE_DEVICES=0.

@yuzhenmao
Copy link
Author

Thanks!

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