You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the distributed test with a CUDA backend, there's a segfault. It can be fixed easily with CUDA_LAUNCH_BLOCKING, but that's not ideal. Below are the commands to repro:
Server:
$ bash examples/distributed/serve.sh
Client:
$ bash examples/distributed/client.sh
The text was updated successfully, but these errors were encountered:
When running the distributed test with a CUDA backend, there's a segfault. It can be fixed easily with
CUDA_LAUNCH_BLOCKING
, but that's not ideal. Below are the commands to repro:Server:
Client:
The text was updated successfully, but these errors were encountered: