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

Does cutlass support multi-GPU. #43

Closed
ztdepztdep opened this issue Mar 25, 2019 · 1 comment
Closed

Does cutlass support multi-GPU. #43

ztdepztdep opened this issue Mar 25, 2019 · 1 comment

Comments

@ztdepztdep
Copy link

Dear sir:
Does cutlass support multi-GPU automatically.

@kerrmudgeon
Copy link
Collaborator

CUTLASS uses CUDA streams to launch GEMM kernels and can be used in a multi-GPU application.

The kernels CUTLASS launches are, however, single-GPU operations that an application would need to compose to compute larger computations distributed across multiple GPUs and multiple nodes.

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