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

Concurrent GPU / multithread tasks. #1065

Open
dlyr opened this issue Oct 5, 2023 · 0 comments
Open

Concurrent GPU / multithread tasks. #1065

dlyr opened this issue Oct 5, 2023 · 0 comments

Comments

@dlyr
Copy link
Contributor

dlyr commented Oct 5, 2023

          My bad, I mixed up between runTask and runTasksInThisThread.

I'll fix it.
The local taskQueue is the most direct solution I find to prevent thread taking tasks during "this thread" run.

When I think about it, the solution might be to have two tasks lists, one for multi-thread, the other for this thread, and they might have inter dependencies.
Hence GPU tasks in main thread and other tasks could be scheduled by the same taskQueue. Let's postpone for a future PR

Originally posted by @dlyr in #1056 (comment)

@dlyr dlyr mentioned this issue Oct 13, 2023
3 tasks
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

1 participant