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
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
In my task, I need not only do network computations on gpu but also do complex post processing on cpu.
So I need to create multithreads on cpu and push the data to gpu individually by every thread. But I have counter a big problem. This architecture can not support many threads on cpu. For example, the machine can run 56 threads on cpu . But the cpu-gpu mix architecture can only run 8 threads . Does this project
have some multithread examples ? Or some advices about how to use it in multithread . Thank you !
The text was updated successfully, but these errors were encountered:
In my task, I need not only do network computations on gpu but also do complex post processing on cpu.
So I need to create multithreads on cpu and push the data to gpu individually by every thread. But I have counter a big problem. This architecture can not support many threads on cpu. For example, the machine can run 56 threads on cpu . But the cpu-gpu mix architecture can only run 8 threads . Does this project
have some multithread examples ? Or some advices about how to use it in multithread . Thank you !
The text was updated successfully, but these errors were encountered: