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

How to run simultaneously on two DLAs #29

Closed
2yjia opened this issue Mar 12, 2024 · 2 comments
Closed

How to run simultaneously on two DLAs #29

2yjia opened this issue Mar 12, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@2yjia
Copy link

2yjia commented Mar 12, 2024

No description provided.

@lynettez lynettez self-assigned this Mar 25, 2024
@lynettez lynettez added the question Further information is requested label Mar 25, 2024
@lynettez
Copy link
Collaborator

You can create two cuDLA handle with API cudlaCreateDevice(0, &devHandle, CUDLA_CUDA_DLA); and set the DLA core index with 0 and 1, then load two DLA loadables and execute then on two CUDA Streams in CUDA hyrid mode.

@lynettez
Copy link
Collaborator

lynettez commented Sep 2, 2024

closing since no activity for several months, thanks!

@lynettez lynettez closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants