-
Notifications
You must be signed in to change notification settings - Fork 25
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
Where is client.c? #32
Comments
./local.sh build created it - however, this wasn't clear in the instructions. I was able to build successfully using Ubuntu 24 - |
Still having issues since there are no version requirements or specifics - I have cuda/nvcc installed but get Running test(s)...
Love this project and trying to get a Dockerfile.client and Dockerfile.server working! |
Thanks! Apologies for the light documentation and I appreciate you still trying :) Which GPU model are you using? We have been testing with a 4090, wonder if there are differences... |
Have you tested or thought through multiple GPU? |
The code today does work with multiple GPUs on the same host. There is a plan for supporting multiple GPUs across separate hosts but progress hasn't started on that at all. What happens if you run something like:
replacing |
Trying to compile the Dockerfile from source and stuck on
/opt/cuda/bin/nvcc -shared -o libscuda.so client.c
Where is client.c?
The text was updated successfully, but these errors were encountered: